Class: OpenStruct
- Inherits:
-
Object
- Object
- OpenStruct
- Defined in:
- lib/flyticket.rb
Overview
Monkey-patch OStruct to prevent original JSON from being included.
Instance Method Summary collapse
Instance Method Details
#as_json(options = nil) ⇒ Object
10 11 12 |
# File 'lib/flyticket.rb', line 10 def as_json( = nil) @table.as_json() end |