Class: Space::Architect::Research::Run
- Inherits:
-
Data
- Object
- Data
- Space::Architect::Research::Run
- Defined in:
- lib/space_architect/research/run.rb
Instance Attribute Summary collapse
-
#dir ⇒ Object
readonly
Returns the value of attribute dir.
-
#dispatched_at ⇒ Object
readonly
Returns the value of attribute dispatched_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#pid ⇒ Object
readonly
Returns the value of attribute pid.
-
#prompt_path ⇒ Object
readonly
Returns the value of attribute prompt_path.
-
#report_path ⇒ Object
readonly
Returns the value of attribute report_path.
-
#run_log_path ⇒ Object
readonly
Returns the value of attribute run_log_path.
-
#topic ⇒ Object
readonly
Returns the value of attribute topic.
Instance Attribute Details
#dir ⇒ Object (readonly)
Returns the value of attribute dir
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def dir @dir end |
#dispatched_at ⇒ Object (readonly)
Returns the value of attribute dispatched_at
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def dispatched_at @dispatched_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def id @id end |
#model ⇒ Object (readonly)
Returns the value of attribute model
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def model @model end |
#pid ⇒ Object (readonly)
Returns the value of attribute pid
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def pid @pid end |
#prompt_path ⇒ Object (readonly)
Returns the value of attribute prompt_path
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def prompt_path @prompt_path end |
#report_path ⇒ Object (readonly)
Returns the value of attribute report_path
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def report_path @report_path end |
#run_log_path ⇒ Object (readonly)
Returns the value of attribute run_log_path
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def run_log_path @run_log_path end |
#topic ⇒ Object (readonly)
Returns the value of attribute topic
5 6 7 |
# File 'lib/space_architect/research/run.rb', line 5 def topic @topic end |