Class: StackifyRubyAPM::Serializers::Serializer Private
- Inherits:
-
Object
- Object
- StackifyRubyAPM::Serializers::Serializer
- 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
Instance Method Summary collapse
-
#initialize(config) ⇒ Serializer
constructor
private
A new instance of Serializer.
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 |