Class: OpenStruct

Inherits:
Object
  • Object
show all
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(options = nil)
  @table.as_json(options)
end