Class: Inspec::Resources::BridgeDetection
- Inherits:
- 
      Object
      
        - Object
- Inspec::Resources::BridgeDetection
 
- Defined in:
- lib/resources/bridge.rb
Direct Known Subclasses
Instance Attribute Summary collapse
- 
  
    
      #inspec  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute inspec. 
Instance Method Summary collapse
- 
  
    
      #initialize(inspec)  ⇒ BridgeDetection 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BridgeDetection. 
Constructor Details
#initialize(inspec) ⇒ BridgeDetection
Returns a new instance of BridgeDetection.
| 61 62 63 | # File 'lib/resources/bridge.rb', line 61 def initialize(inspec) @inspec = inspec end | 
Instance Attribute Details
#inspec ⇒ Object (readonly)
Returns the value of attribute inspec.
| 60 61 62 | # File 'lib/resources/bridge.rb', line 60 def inspec @inspec end |