Class: Space::Architect::Research::Run

Inherits:
Data
  • Object
show all
Defined in:
lib/space_architect/research/run.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dirObject (readonly)

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def dir
  @dir
end

#dispatched_atObject (readonly)

Returns the value of attribute dispatched_at

Returns:

  • (Object)

    the current value of dispatched_at



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def dispatched_at
  @dispatched_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def id
  @id
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def model
  @model
end

#pidObject (readonly)

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def pid
  @pid
end

#prompt_pathObject (readonly)

Returns the value of attribute prompt_path

Returns:

  • (Object)

    the current value of prompt_path



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def prompt_path
  @prompt_path
end

#report_pathObject (readonly)

Returns the value of attribute report_path

Returns:

  • (Object)

    the current value of report_path



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def report_path
  @report_path
end

#run_log_pathObject (readonly)

Returns the value of attribute run_log_path

Returns:

  • (Object)

    the current value of run_log_path



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def run_log_path
  @run_log_path
end

#topicObject (readonly)

Returns the value of attribute topic

Returns:

  • (Object)

    the current value of topic



5
6
7
# File 'lib/space_architect/research/run.rb', line 5

def topic
  @topic
end