Class: Flightdeck::JobDetail::Event

Inherits:
Struct
  • Object
show all
Defined in:
app/models/flightdeck/job_detail.rb

Overview

--- timeline -----------------------------------------------------------

Instance Attribute Summary collapse

Instance Attribute Details

#atObject

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



105
106
107
# File 'app/models/flightdeck/job_detail.rb', line 105

def at
  @at
end

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



105
106
107
# File 'app/models/flightdeck/job_detail.rb', line 105

def detail
  @detail
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



105
106
107
# File 'app/models/flightdeck/job_detail.rb', line 105

def label
  @label
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



105
106
107
# File 'app/models/flightdeck/job_detail.rb', line 105

def status
  @status
end