Class: Phonehome::JobInfo
- Inherits:
-
Struct
- Object
- Struct
- Phonehome::JobInfo
- Defined in:
- lib/phonehome.rb
Instance Attribute Summary collapse
-
#api_job_id ⇒ Object
Returns the value of attribute api_job_id.
-
#begin_time ⇒ Object
Returns the value of attribute begin_time.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#api_job_id ⇒ Object
Returns the value of attribute api_job_id
7 8 9 |
# File 'lib/phonehome.rb', line 7 def api_job_id @api_job_id end |
#begin_time ⇒ Object
Returns the value of attribute begin_time
7 8 9 |
# File 'lib/phonehome.rb', line 7 def begin_time @begin_time end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/phonehome.rb', line 7 def status @status end |