class Fluent::GCS::JSONObjectCreator

Public Instance Methods

content_type() click to toggle source
# File lib/fluent/plugin/gcs/object_creator.rb, line 85
def content_type
  "application/json"
end
file_extension() click to toggle source
# File lib/fluent/plugin/gcs/object_creator.rb, line 89
def file_extension
  "json"
end