Class: Trailblazer::Developer::Trace::Captured
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Developer::Trace::Captured
- Defined in:
- lib/trailblazer/developer/trace.rb
Constant Summary collapse
- Input =
Class.new(Captured)
- Output =
Class.new(Captured)
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#data ⇒ Object
Returns the value of attribute data.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Attribute Details
#activity ⇒ Object
Returns the value of attribute activity
106 107 108 |
# File 'lib/trailblazer/developer/trace.rb', line 106 def activity @activity end |
#data ⇒ Object
Returns the value of attribute data
106 107 108 |
# File 'lib/trailblazer/developer/trace.rb', line 106 def data @data end |
#task ⇒ Object
Returns the value of attribute task
106 107 108 |
# File 'lib/trailblazer/developer/trace.rb', line 106 def task @task end |