# File lib/puppet/provider/naginator.rb, line 40 40: def self.valid_attr?(klass, attr_name) 41: nagios_type.parameters.include?(attr_name) 42: end