Class: Stellwerk::Metering::Execution
- Inherits:
-
Struct
- Object
- Struct
- Stellwerk::Metering::Execution
- Defined in:
- lib/stellwerk/metering.rb
Overview
Execution record structure
Instance Attribute Summary collapse
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#flow_id ⇒ Object
Returns the value of attribute flow_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#duration_ms ⇒ Object
Returns the value of attribute 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
13 14 15 |
# File 'lib/stellwerk/metering.rb', line 13 def flow_id @flow_id end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/stellwerk/metering.rb', line 13 def status @status end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
13 14 15 |
# File 'lib/stellwerk/metering.rb', line 13 def end |