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.



24
25
26
# File 'lib/inspec/errors.rb', line 24

def attribute_name
  @attribute_name
end

#attribute_typeObject

Returns the value of attribute attribute_type.



26
27
28
# File 'lib/inspec/errors.rb', line 26

def attribute_type
  @attribute_type
end

#attribute_valueObject

Returns the value of attribute attribute_value.



25
26
27
# File 'lib/inspec/errors.rb', line 25

def attribute_value
  @attribute_value
end