class TailOwnerStruct
Attributes
location[RW]
location2[RW]
owner[RW]
website[RW]
Public Class Methods
new(location = nil, location2 = nil, owner = nil, website = nil)
click to toggle source
# File lib/FlightXML2REST.rb, line 2599 def initialize(location = nil, location2 = nil, owner = nil, website = nil) @location = location @location2 = location2 @owner = owner @website = website end