Class: AgentC::Session::Configuration
- Inherits:
-
Data
- Object
- Data
- AgentC::Session::Configuration
- Defined in:
- lib/agent_c/session.rb
Instance Attribute Summary collapse
-
#agent_db_path ⇒ Object
readonly
Returns the value of attribute agent_db_path.
-
#extra_tools ⇒ Object
readonly
Returns the value of attribute extra_tools.
-
#i18n_path ⇒ Object
readonly
Returns the value of attribute i18n_path.
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#max_spend_project ⇒ Object
readonly
Returns the value of attribute max_spend_project.
-
#max_spend_run ⇒ Object
readonly
Returns the value of attribute max_spend_run.
-
#project ⇒ Object
readonly
Returns the value of attribute project.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#workspace_dir ⇒ Object
readonly
Returns the value of attribute workspace_dir.
Instance Attribute Details
#agent_db_path ⇒ Object (readonly)
Returns the value of attribute agent_db_path
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def agent_db_path @agent_db_path end |
#extra_tools ⇒ Object (readonly)
Returns the value of attribute extra_tools
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def extra_tools @extra_tools end |
#i18n_path ⇒ Object (readonly)
Returns the value of attribute i18n_path
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def i18n_path @i18n_path end |
#logger ⇒ Object (readonly)
Returns the value of attribute logger
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def logger @logger end |
#max_spend_project ⇒ Object (readonly)
Returns the value of attribute max_spend_project
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def max_spend_project @max_spend_project end |
#max_spend_run ⇒ Object (readonly)
Returns the value of attribute max_spend_run
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def max_spend_run @max_spend_run end |
#project ⇒ Object (readonly)
Returns the value of attribute project
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def project @project end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def run_id @run_id end |
#workspace_dir ⇒ Object (readonly)
Returns the value of attribute workspace_dir
7 8 9 |
# File 'lib/agent_c/session.rb', line 7 def workspace_dir @workspace_dir end |