Method: Megam::RequestCollection#to_json

Defined in:
lib/megam/core/request_collection.rb

#to_json(*a) ⇒ Object

Serialize this object as a hash: called from JsonCompat. Verify if this called from JsonCompat during testing.



115
116
117
# File 'lib/megam/core/request_collection.rb', line 115

def to_json(*a)
  for_json.to_json(*a)
end