Class: Fiona7::AttributeWriters::Helpers::JsonSerializer

Inherits:
Object
  • Object
show all
Defined in:
lib/fiona7/attribute_writers/helpers/json_serializer.rb

Instance Method Summary collapse

Instance Method Details

#call(input) ⇒ Object



5
6
7
# File 'lib/fiona7/attribute_writers/helpers/json_serializer.rb', line 5

def call(input)
  input.to_json
end