Class: Fluent::GCS::JSONObjectCreator
- Inherits:
-
TextObjectCreator
- Object
- ObjectCreator
- TextObjectCreator
- Fluent::GCS::JSONObjectCreator
- Defined in:
- lib/fluent/plugin/gcs/object_creator.rb
Instance Method Summary collapse
Methods inherited from TextObjectCreator
Methods inherited from ObjectCreator
#content_encoding, #create, #write
Instance Method Details
#content_type ⇒ Object
73 74 75 |
# File 'lib/fluent/plugin/gcs/object_creator.rb', line 73 def content_type "application/json" end |
#file_extension ⇒ Object
77 78 79 |
# File 'lib/fluent/plugin/gcs/object_creator.rb', line 77 def file_extension "json" end |