Class: Inspec::RunData::Profile::Input
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Inspec::RunData::Profile::Input
 
 
- Includes:
 - HashLikeStruct
 
- Defined in:
 - lib/inspec/run_data/profile.rb,
lib/inspec/run_data/profile.rb 
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #options  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute options.
 
Instance Method Summary collapse
- 
  
    
      #initialize(raw_input_data)  ⇒ Input 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Input.
 
Methods included from HashLikeStruct
Constructor Details
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
      85 86 87  | 
    
      # File 'lib/inspec/run_data/profile.rb', line 85 def name @name end  | 
  
#options ⇒ Object
Returns the value of attribute options
      85 86 87  | 
    
      # File 'lib/inspec/run_data/profile.rb', line 85 def @options end  |