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