Class: InFlightAircraftStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/FlightXML2REST.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(altitude = nil, altitudeChange = nil, altitudeStatus = nil, departureTime = nil, destination = nil, faFlightID = nil, firstPositionTime = nil, groundspeed = nil, heading = nil, highLatitude = nil, highLongitude = nil, ident = nil, latitude = nil, longitude = nil, lowLatitude = nil, lowLongitude = nil, origin = nil, prefix = nil, suffix = nil, timeout = nil, timestamp = nil, type = nil, updateType = nil, waypoints = nil) ⇒ InFlightAircraftStruct

Returns a new instance of InFlightAircraftStruct.



1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'lib/FlightXML2REST.rb', line 1644

def initialize (altitude = nil,
                altitudeChange = nil,
                altitudeStatus = nil,
                departureTime = nil,
                destination = nil,
                faFlightID = nil,
                firstPositionTime = nil,
                groundspeed = nil,
                heading = nil,
                highLatitude = nil,
                highLongitude = nil,
                ident = nil,
                latitude = nil,
                longitude = nil,
                lowLatitude = nil,
                lowLongitude = nil,
                origin = nil,
                prefix = nil,
                suffix = nil,
                timeout = nil,
                timestamp = nil,
                type = nil,
                updateType = nil,
                waypoints = nil
               )
  @altitude = altitude
  @altitudeChange = altitudeChange
  @altitudeStatus = altitudeStatus
  @departureTime = departureTime
  @destination = destination
  @faFlightID = faFlightID
  @firstPositionTime = firstPositionTime
  @groundspeed = groundspeed
  @heading = heading
  @highLatitude = highLatitude
  @highLongitude = highLongitude
  @ident = ident
  @latitude = latitude
  @longitude = longitude
  @lowLatitude = lowLatitude
  @lowLongitude = lowLongitude
  @origin = origin
  @prefix = prefix
  @suffix = suffix
  @timeout = timeout
  @timestamp = timestamp
  @type = type
  @updateType = updateType
  @waypoints = waypoints
end

Instance Attribute Details

#altitudeObject

Returns the value of attribute altitude.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def altitude
  @altitude
end

#altitudeChangeObject

Returns the value of attribute altitudeChange.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def altitudeChange
  @altitudeChange
end

#altitudeStatusObject

Returns the value of attribute altitudeStatus.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def altitudeStatus
  @altitudeStatus
end

#departureTimeObject

Returns the value of attribute departureTime.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def departureTime
  @departureTime
end

#destinationObject

Returns the value of attribute destination.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def destination
  @destination
end

#faFlightIDObject

Returns the value of attribute faFlightID.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def faFlightID
  @faFlightID
end

#firstPositionTimeObject

Returns the value of attribute firstPositionTime.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def firstPositionTime
  @firstPositionTime
end

#groundspeedObject

Returns the value of attribute groundspeed.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def groundspeed
  @groundspeed
end

#headingObject

Returns the value of attribute heading.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def heading
  @heading
end

#highLatitudeObject

Returns the value of attribute highLatitude.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def highLatitude
  @highLatitude
end

#highLongitudeObject

Returns the value of attribute highLongitude.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def highLongitude
  @highLongitude
end

#identObject

Returns the value of attribute ident.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def ident
  @ident
end

#latitudeObject

Returns the value of attribute latitude.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def longitude
  @longitude
end

#lowLatitudeObject

Returns the value of attribute lowLatitude.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def lowLatitude
  @lowLatitude
end

#lowLongitudeObject

Returns the value of attribute lowLongitude.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def lowLongitude
  @lowLongitude
end

#originObject

Returns the value of attribute origin.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def origin
  @origin
end

#prefixObject

Returns the value of attribute prefix.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def prefix
  @prefix
end

#suffixObject

Returns the value of attribute suffix.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def suffix
  @suffix
end

#timeoutObject

Returns the value of attribute timeout.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def timeout
  @timeout
end

#timestampObject

Returns the value of attribute timestamp.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def type
  @type
end

#updateTypeObject

Returns the value of attribute updateType.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def updateType
  @updateType
end

#waypointsObject

Returns the value of attribute waypoints.



1619
1620
1621
# File 'lib/FlightXML2REST.rb', line 1619

def waypoints
  @waypoints
end