Class: Telemetry::Session
- Inherits:
- 
      Object
      
        - Object
- Telemetry::Session
 
- Defined in:
- lib/chef_apply/telemeter/patch.rb
Instance Method Summary collapse
- 
  
    
      #session_file  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    The telemetry session data is normally kept in .chef, which we don’t have. 
Instance Method Details
#session_file ⇒ Object
The telemetry session data is normally kept in .chef, which we don’t have.
| 21 22 23 | # File 'lib/chef_apply/telemeter/patch.rb', line 21 def session_file ChefApply::Config.telemetry_session_file.freeze end |