Class: Flightdeck::JobDetail::Event
- Inherits:
-
Struct
- Object
- Struct
- Flightdeck::JobDetail::Event
- Defined in:
- app/models/flightdeck/job_detail.rb
Overview
--- timeline -----------------------------------------------------------
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#label ⇒ Object
Returns the value of attribute label.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at
105 106 107 |
# File 'app/models/flightdeck/job_detail.rb', line 105 def at @at end |
#detail ⇒ Object
Returns the value of attribute detail
105 106 107 |
# File 'app/models/flightdeck/job_detail.rb', line 105 def detail @detail end |
#label ⇒ Object
Returns the value of attribute label
105 106 107 |
# File 'app/models/flightdeck/job_detail.rb', line 105 def label @label end |
#status ⇒ Object
Returns the value of attribute status
105 106 107 |
# File 'app/models/flightdeck/job_detail.rb', line 105 def status @status end |