Exception: Inspec::Input::ValidationError

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

Instance Attribute Summary collapse

Instance Attribute Details

#input_nameObject

Returns the value of attribute input_name.



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

def input_name
  @input_name
end

#input_typeObject

Returns the value of attribute input_type.



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

def input_type
  @input_type
end

#input_valueObject

Returns the value of attribute input_value.



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

def input_value
  @input_value
end