Method: Inspec::AttributeRegistry.register_attribute
- Defined in:
- lib/inspec/attribute_registry.rb
.register_attribute(name, profile, options = {}) ⇒ Object
22 23 24 |
# File 'lib/inspec/attribute_registry.rb', line 22 def self.register_attribute(name, profile, = {}) instance.register_attribute(name, profile, ) end |