Exception: Inspec::AttributeRegistry::AttributeError
- Defined in:
- lib/inspec/errors.rb
Instance Attribute Summary collapse
-
#attribute_name ⇒ Object
Returns the value of attribute attribute_name.
-
#profile_name ⇒ Object
Returns the value of attribute profile_name.
Instance Attribute Details
#attribute_name ⇒ Object
Returns the value of attribute attribute_name.
43 44 45 |
# File 'lib/inspec/errors.rb', line 43 def attribute_name @attribute_name end |
#profile_name ⇒ Object
Returns the value of attribute profile_name.
42 43 44 |
# File 'lib/inspec/errors.rb', line 42 def profile_name @profile_name end |