Class: Ori::Tracer::Event

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



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

def data
  @data
end

#fiber_idObject

Returns the value of attribute fiber_id

Returns:

  • (Object)

    the current value of fiber_id



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

def fiber_id
  @fiber_id
end

#scope_idObject

Returns the value of attribute scope_id

Returns:

  • (Object)

    the current value of scope_id



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

def scope_id
  @scope_id
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



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

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end