Exception: Inspec::Attribute::ValidationError

Inherits:
Error
  • Object
show all
Defined in:
lib/inspec/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameObject

Returns the value of attribute attribute_name.



19
20
21
# File 'lib/inspec/errors.rb', line 19

def attribute_name
  @attribute_name
end

#attribute_typeObject

Returns the value of attribute attribute_type.



21
22
23
# File 'lib/inspec/errors.rb', line 21

def attribute_type
  @attribute_type
end

#attribute_valueObject

Returns the value of attribute attribute_value.



20
21
22
# File 'lib/inspec/errors.rb', line 20

def attribute_value
  @attribute_value
end