Class: Arcp::Runtime::JobRecord
- Inherits:
-
Data
- Object
- Data
- Arcp::Runtime::JobRecord
- Defined in:
- lib/arcp/runtime/job_manager.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#input ⇒ Object
readonly
Returns the value of attribute input.
-
#job_id ⇒ Object
readonly
Returns the value of attribute job_id.
-
#principal_id ⇒ Object
readonly
Returns the value of attribute principal_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#submitter_session_id ⇒ Object
readonly
Returns the value of attribute submitter_session_id.
-
#task ⇒ Object
readonly
Returns the value of attribute task.
Instance Method Summary collapse
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
11 12 13 |
# File 'lib/arcp/runtime/job_manager.rb', line 11 def agent @agent end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
11 12 13 |
# File 'lib/arcp/runtime/job_manager.rb', line 11 def created_at @created_at end |
#input ⇒ Object (readonly)
Returns the value of attribute input
11 12 13 |
# File 'lib/arcp/runtime/job_manager.rb', line 11 def input @input end |
#job_id ⇒ Object (readonly)
Returns the value of attribute job_id
11 12 13 |
# File 'lib/arcp/runtime/job_manager.rb', line 11 def job_id @job_id end |
#principal_id ⇒ Object (readonly)
Returns the value of attribute principal_id
11 12 13 |
# File 'lib/arcp/runtime/job_manager.rb', line 11 def principal_id @principal_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status
11 12 13 |
# File 'lib/arcp/runtime/job_manager.rb', line 11 def status @status end |
#submitter_session_id ⇒ Object (readonly)
Returns the value of attribute submitter_session_id
11 12 13 |
# File 'lib/arcp/runtime/job_manager.rb', line 11 def submitter_session_id @submitter_session_id end |
#task ⇒ Object (readonly)
Returns the value of attribute task
11 12 13 |
# File 'lib/arcp/runtime/job_manager.rb', line 11 def task @task end |
Instance Method Details
#with(**kw) ⇒ Object
13 |
# File 'lib/arcp/runtime/job_manager.rb', line 13 def with(**kw) = self.class.new(**to_h, **kw) |