Class: AppMap::Command::AgentSetup::ConfigStruct
- Defined in:
 - lib/appmap/command/agent_setup/config.rb
 
Direct Known Subclasses
Instance Attribute Summary collapse
- 
  
    
      #config_file  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute config_file.
 - 
  
    
      #overwrite  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute overwrite.
 
Instance Attribute Details
#config_file ⇒ Object
Returns the value of attribute config_file
      9 10 11  | 
    
      # File 'lib/appmap/command/agent_setup/config.rb', line 9 def config_file @config_file end  | 
  
#overwrite ⇒ Object
Returns the value of attribute overwrite
      9 10 11  | 
    
      # File 'lib/appmap/command/agent_setup/config.rb', line 9 def overwrite @overwrite end  |