Exception: Inspec::Input::ValidationError
- Defined in:
- lib/inspec/input.rb
Instance Attribute Summary collapse
-
#input_name ⇒ Object
Returns the value of attribute input_name.
-
#input_pattern ⇒ Object
Returns the value of attribute input_pattern.
-
#input_type ⇒ Object
Returns the value of attribute input_type.
-
#input_value ⇒ Object
Returns the value of attribute input_value.
Instance Attribute Details
#input_name ⇒ Object
Returns the value of attribute input_name.
19 20 21 |
# File 'lib/inspec/input.rb', line 19 def input_name @input_name end |
#input_pattern ⇒ Object
Returns the value of attribute input_pattern.
22 23 24 |
# File 'lib/inspec/input.rb', line 22 def input_pattern @input_pattern end |
#input_type ⇒ Object
Returns the value of attribute input_type.
21 22 23 |
# File 'lib/inspec/input.rb', line 21 def input_type @input_type end |
#input_value ⇒ Object
Returns the value of attribute input_value.
20 21 22 |
# File 'lib/inspec/input.rb', line 20 def input_value @input_value end |