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