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