Class: Inspec::Resources::BridgeDetection

Inherits:
Object
  • Object
show all
Defined in:
lib/inspec/resources/bridge.rb

Direct Known Subclasses

LinuxBridge, WindowsBridge

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inspec) ⇒ BridgeDetection

Returns a new instance of BridgeDetection.



63
64
65
# File 'lib/inspec/resources/bridge.rb', line 63

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



62
63
64
# File 'lib/inspec/resources/bridge.rb', line 62

def inspec
  @inspec
end