Exception: Inspec::InputRegistry::InputLookupError
- Defined in:
- lib/inspec/input_registry.rb
Instance Attribute Summary collapse
-
#input_name ⇒ Object
Returns the value of attribute input_name.
-
#profile_name ⇒ Object
Returns the value of attribute profile_name.
Instance Attribute Details
#input_name ⇒ Object
Returns the value of attribute input_name.
24 25 26 |
# File 'lib/inspec/input_registry.rb', line 24 def input_name @input_name end |
#profile_name ⇒ Object
Returns the value of attribute profile_name.
23 24 25 |
# File 'lib/inspec/input_registry.rb', line 23 def profile_name @profile_name end |