Class: Flare::Marker::Entry
- Inherits:
-
Struct
- Object
- Struct
- Flare::Marker::Entry
- Defined in:
- lib/flare/marker.rb
Instance Attribute Summary collapse
-
#marked_at ⇒ Object
Returns the value of attribute marked_at.
-
#owner_span_id ⇒ Object
Returns the value of attribute owner_span_id.
-
#rule_id ⇒ Object
Returns the value of attribute rule_id.
Instance Attribute Details
#marked_at ⇒ Object
Returns the value of attribute marked_at
26 27 28 |
# File 'lib/flare/marker.rb', line 26 def marked_at @marked_at end |
#owner_span_id ⇒ Object
Returns the value of attribute owner_span_id
26 27 28 |
# File 'lib/flare/marker.rb', line 26 def owner_span_id @owner_span_id end |
#rule_id ⇒ Object
Returns the value of attribute rule_id
26 27 28 |
# File 'lib/flare/marker.rb', line 26 def rule_id @rule_id end |