class TailOwnerRequest

TailOwner

Attributes

ident[RW]

Public Class Methods

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

Public Instance Methods

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