Class: StackifyRubyAPM::Subscriber::Notification Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/stackify_apm/subscriber.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

AS::Notifications API

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



34
35
36
# File 'lib/stackify_apm/subscriber.rb', line 34

def id
  @id
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



34
35
36
# File 'lib/stackify_apm/subscriber.rb', line 34

def span
  @span
end