Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/gc-restful-api.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



10
11
12
# File 'lib/gc-restful-api.rb', line 10

def to_json
  JSON.generate self
end