Class: StackifyRubyAPM::Serializers::Serializer Private

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

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.

Direct Known Subclasses

Errors, Transactions

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ Serializer

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

Returns a new instance of Serializer.



10
11
12
# File 'lib/stackify_apm/serializers.rb', line 10

def initialize(config)
  @config = config
end