Libraries
»
flex_commerce_api
(0.8.3)
»
Index
»
JsonStruct
»
#to_json
Method: JsonStruct#to_json
Defined in:
lib/json_struct.rb
#
to_json
⇒
Object
66 67 68
# File 'lib/json_struct.rb', line 66
def
to_json
JSON
.
dump
(
to_h
)
end