Class: Trailblazer::Developer::Trace::Captured

Inherits:
Struct
  • Object
show all
Defined in:
lib/trailblazer/developer/trace.rb

Constant Summary collapse

Input =
Class.new(Captured)
Output =
Class.new(Captured)

Instance Attribute Summary collapse

Instance Attribute Details

#activityObject

Returns the value of attribute activity

Returns:

  • (Object)

    the current value of activity



106
107
108
# File 'lib/trailblazer/developer/trace.rb', line 106

def activity
  @activity
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



106
107
108
# File 'lib/trailblazer/developer/trace.rb', line 106

def data
  @data
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



106
107
108
# File 'lib/trailblazer/developer/trace.rb', line 106

def task
  @task
end