Class: HostProvider
- Inherits:
- 
      Object
      
        - Object
- HostProvider
 
- Defined in:
- lib/resources/host.rb
Direct Known Subclasses
Instance Attribute Summary collapse
- 
  
    
      #inspec  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute inspec. 
Instance Method Summary collapse
- 
  
    
      #initialize(inspec)  ⇒ HostProvider 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of HostProvider. 
Constructor Details
#initialize(inspec) ⇒ HostProvider
Returns a new instance of HostProvider.
| 86 87 88 | # File 'lib/resources/host.rb', line 86 def initialize(inspec) @inspec = inspec end | 
Instance Attribute Details
#inspec ⇒ Object (readonly)
Returns the value of attribute inspec.
| 85 86 87 | # File 'lib/resources/host.rb', line 85 def inspec @inspec end |