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.
24 25 26 |
# File 'lib/inspec/errors.rb', line 24 def attribute_name @attribute_name end |
#attribute_type ⇒ Object
Returns the value of attribute attribute_type.
26 27 28 |
# File 'lib/inspec/errors.rb', line 26 def attribute_type @attribute_type end |
#attribute_value ⇒ Object
Returns the value of attribute attribute_value.
25 26 27 |
# File 'lib/inspec/errors.rb', line 25 def attribute_value @attribute_value end |