class FlightInfoExRequest
FlightInfoEx
Attributes
howMany[RW]
ident[RW]
offset[RW]
Public Class Methods
new(howMany = nil, ident = nil, offset = nil)
click to toggle source
# File lib/FlightXML2REST.rb, line 1143 def initialize(howMany = nil, ident = nil, offset = nil) @howMany = howMany @ident = ident @offset = offset end
Public Instance Methods
post()
click to toggle source
# File lib/FlightXML2REST.rb, line 1148 def post "howMany=#@howMany&ident=#@ident&offset=#@offset" end