Class: Inspec::RunData::Profile::Input
- Inherits:
-
Struct
- Object
- Struct
- Inspec::RunData::Profile::Input
- Includes:
- HashLikeStruct
- Defined in:
- lib/inspec/run_data/profile.rb,
lib/inspec/run_data/profile.rb
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(raw_input_data) ⇒ Input
constructor
A new instance of Input.
Methods included from HashLikeStruct
Constructor Details
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
83 84 85 |
# File 'lib/inspec/run_data/profile.rb', line 83 def name @name end |
#options ⇒ Object
Returns the value of attribute options
83 84 85 |
# File 'lib/inspec/run_data/profile.rb', line 83 def @options end |