Method: Megam::Subscriptions#to_json
- Defined in:
- lib/megam/core/subscriptions.rb
#to_json(*a) ⇒ Object
Serialize this object as a hash: called from JsonCompat. Verify if this called from JsonCompat during testing.
111 112 113 |
# File 'lib/megam/core/subscriptions.rb', line 111 def to_json(*a) for_json.to_json(*a) end |