Class: Inspec::Resources::InterfaceInfo
- Inherits:
-
Object
- Object
- Inspec::Resources::InterfaceInfo
- Includes:
- Converter
- Defined in:
- lib/inspec/resources/interface.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#inspec ⇒ Object
readonly
Returns the value of attribute inspec.
Instance Method Summary collapse
-
#initialize(inspec) ⇒ InterfaceInfo
constructor
A new instance of InterfaceInfo.
Methods included from Converter
Constructor Details
#initialize(inspec) ⇒ InterfaceInfo
Returns a new instance of InterfaceInfo.
105 106 107 |
# File 'lib/inspec/resources/interface.rb', line 105 def initialize(inspec) @inspec = inspec end |
Instance Attribute Details
#inspec ⇒ Object (readonly)
Returns the value of attribute inspec.
104 105 106 |
# File 'lib/inspec/resources/interface.rb', line 104 def inspec @inspec end |