Class: BridgeDetection

Inherits:
Object
  • Object
show all
Defined in:
lib/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.



54
55
56
# File 'lib/resources/bridge.rb', line 54

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



53
54
55
# File 'lib/resources/bridge.rb', line 53

def inspec
  @inspec
end