Class: Harnex::TelemetryReconciler::Row
- Inherits:
-
Struct
- Object
- Struct
- Harnex::TelemetryReconciler::Row
- Defined in:
- lib/harnex/telemetry_reconciler.rb
Instance Attribute Summary collapse
-
#family ⇒ Object
Returns the value of attribute family.
-
#identity ⇒ Object
Returns the value of attribute identity.
-
#line ⇒ Object
Returns the value of attribute line.
-
#match_identity ⇒ Object
Returns the value of attribute match_identity.
-
#path ⇒ Object
Returns the value of attribute path.
-
#record ⇒ Object
Returns the value of attribute record.
-
#sort_key ⇒ Object
Returns the value of attribute sort_key.
Instance Attribute Details
#family ⇒ Object
Returns the value of attribute family
14 15 16 |
# File 'lib/harnex/telemetry_reconciler.rb', line 14 def family @family end |
#identity ⇒ Object
Returns the value of attribute identity
14 15 16 |
# File 'lib/harnex/telemetry_reconciler.rb', line 14 def identity @identity end |
#line ⇒ Object
Returns the value of attribute line
14 15 16 |
# File 'lib/harnex/telemetry_reconciler.rb', line 14 def line @line end |
#match_identity ⇒ Object
Returns the value of attribute match_identity
14 15 16 |
# File 'lib/harnex/telemetry_reconciler.rb', line 14 def match_identity @match_identity end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'lib/harnex/telemetry_reconciler.rb', line 14 def path @path end |
#record ⇒ Object
Returns the value of attribute record
14 15 16 |
# File 'lib/harnex/telemetry_reconciler.rb', line 14 def record @record end |
#sort_key ⇒ Object
Returns the value of attribute sort_key
14 15 16 |
# File 'lib/harnex/telemetry_reconciler.rb', line 14 def sort_key @sort_key end |