Exception: Inspec::Attribute::ValidationError
- Defined in:
- lib/inspec/errors.rb
Instance Attribute Summary collapse
-
#attribute_name ⇒ Object
Returns the value of attribute attribute_name.
-
#attribute_type ⇒ Object
Returns the value of attribute attribute_type.
-
#attribute_value ⇒ Object
Returns the value of attribute attribute_value.
Instance Attribute Details
#attribute_name ⇒ Object
Returns the value of attribute attribute_name.
19 20 21 |
# File 'lib/inspec/errors.rb', line 19 def attribute_name @attribute_name end |
#attribute_type ⇒ Object
Returns the value of attribute attribute_type.
21 22 23 |
# File 'lib/inspec/errors.rb', line 21 def attribute_type @attribute_type end |
#attribute_value ⇒ Object
Returns the value of attribute attribute_value.
20 21 22 |
# File 'lib/inspec/errors.rb', line 20 def attribute_value @attribute_value end |