Exception: Inspec::Input::ValidationError

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

Instance Attribute Summary collapse

Instance Attribute Details

#input_nameObject

Returns the value of attribute input_name.



18
19
20
# File 'lib/inspec/input.rb', line 18

def input_name
  @input_name
end

#input_typeObject

Returns the value of attribute input_type.



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

def input_type
  @input_type
end

#input_valueObject

Returns the value of attribute input_value.



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

def input_value
  @input_value
end