Class: Stellwerk::Metering::Execution

Inherits:
Struct
  • Object
show all
Defined in:
lib/stellwerk/metering.rb

Overview

Execution record structure

Instance Attribute Summary collapse

Instance Attribute Details

#duration_ms ⇒ Object

Returns the value of attribute duration_ms

Returns:

  • (Object) —

    the current value of duration_ms



13
14
15
# File 'lib/stellwerk/metering.rb', line 13

def duration_ms
  @duration_ms
end

#flow_id ⇒ Object

Returns the value of attribute flow_id

Returns:

  • (Object) —

    the current value of flow_id



13
14
15
# File 'lib/stellwerk/metering.rb', line 13

def flow_id
  @flow_id
end

#status ⇒ Object

Returns the value of attribute status

Returns:

  • (Object) —

    the current value of status



13
14
15
# File 'lib/stellwerk/metering.rb', line 13

def status
  @status
end

#timestamp ⇒ Object

Returns the value of attribute timestamp

Returns:

  • (Object) —

    the current value of timestamp



13
14
15
# File 'lib/stellwerk/metering.rb', line 13

def timestamp
  @timestamp
end