Class: AgentC::Session::Configuration

Inherits:
Data
  • Object
show all
Defined in:
lib/agent_c/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agent_db_pathObject (readonly)

Returns the value of attribute agent_db_path

Returns:

  • (Object)

    the current value of agent_db_path



7
8
9
# File 'lib/agent_c/session.rb', line 7

def agent_db_path
  @agent_db_path
end

#extra_toolsObject (readonly)

Returns the value of attribute extra_tools

Returns:

  • (Object)

    the current value of extra_tools



7
8
9
# File 'lib/agent_c/session.rb', line 7

def extra_tools
  @extra_tools
end

#i18n_pathObject (readonly)

Returns the value of attribute i18n_path

Returns:

  • (Object)

    the current value of i18n_path



7
8
9
# File 'lib/agent_c/session.rb', line 7

def i18n_path
  @i18n_path
end

#loggerObject (readonly)

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



7
8
9
# File 'lib/agent_c/session.rb', line 7

def logger
  @logger
end

#max_spend_projectObject (readonly)

Returns the value of attribute max_spend_project

Returns:

  • (Object)

    the current value of max_spend_project



7
8
9
# File 'lib/agent_c/session.rb', line 7

def max_spend_project
  @max_spend_project
end

#max_spend_runObject (readonly)

Returns the value of attribute max_spend_run

Returns:

  • (Object)

    the current value of max_spend_run



7
8
9
# File 'lib/agent_c/session.rb', line 7

def max_spend_run
  @max_spend_run
end

#projectObject (readonly)

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



7
8
9
# File 'lib/agent_c/session.rb', line 7

def project
  @project
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



7
8
9
# File 'lib/agent_c/session.rb', line 7

def run_id
  @run_id
end

#workspace_dirObject (readonly)

Returns the value of attribute workspace_dir

Returns:

  • (Object)

    the current value of workspace_dir



7
8
9
# File 'lib/agent_c/session.rb', line 7

def workspace_dir
  @workspace_dir
end