class InFlightInfoRequest

InFlightInfo

Attributes

ident[RW]

Public Class Methods

new(ident = nil) click to toggle source
# File lib/FlightXML2REST.rb, line 1577
def initialize(ident = nil)
  @ident = ident
end

Public Instance Methods

post() click to toggle source
# File lib/FlightXML2REST.rb, line 1580
def post
  "ident=#@ident"
end