Class: Harnex::TelemetryReconciler::Result
- Inherits:
-
Struct
- Object
- Struct
- Harnex::TelemetryReconciler::Result
- Defined in:
- lib/harnex/telemetry_reconciler.rb
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
-
#report ⇒ Object
Returns the value of attribute report.
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus
13 14 15 |
# File 'lib/harnex/telemetry_reconciler.rb', line 13 def exitstatus @exitstatus end |
#report ⇒ Object
Returns the value of attribute report
13 14 15 |
# File 'lib/harnex/telemetry_reconciler.rb', line 13 def report @report end |