Class: Hoss::Transport::Serializers::ReportSerializer Private
- Inherits:
-
Serializer
- Object
- Serializer
- Hoss::Transport::Serializers::ReportSerializer
- Defined in:
- lib/hoss/transport/serializers/report_serializer.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.
Instance Attribute Summary
Attributes inherited from Serializer
Instance Method Summary collapse
- #build(report) ⇒ Object private
Methods inherited from Serializer
Constructor Details
This class inherits a constructor from Hoss::Transport::Serializers::Serializer
Instance Method Details
#build(report) ⇒ Object
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.
25 26 27 28 29 |
# File 'lib/hoss/transport/serializers/report_serializer.rb', line 25 def build(report) { events: report.events } end |