Class: Ori::Tracer::ScopeEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/ori/tracer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



10
11
12
# File 'lib/ori/tracer.rb', line 10

def data
  @data
end

#scope_idObject

Returns the value of attribute scope_id

Returns:

  • (Object)

    the current value of scope_id



10
11
12
# File 'lib/ori/tracer.rb', line 10

def scope_id
  @scope_id
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



10
11
12
# File 'lib/ori/tracer.rb', line 10

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/ori/tracer.rb', line 10

def type
  @type
end