Class: InFlightAircraftStruct
- Inherits:
-
Object
- Object
- InFlightAircraftStruct
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#altitude ⇒ Object
Returns the value of attribute altitude.
-
#altitudeChange ⇒ Object
Returns the value of attribute altitudeChange.
-
#altitudeStatus ⇒ Object
Returns the value of attribute altitudeStatus.
-
#departureTime ⇒ Object
Returns the value of attribute departureTime.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#faFlightID ⇒ Object
Returns the value of attribute faFlightID.
-
#firstPositionTime ⇒ Object
Returns the value of attribute firstPositionTime.
-
#groundspeed ⇒ Object
Returns the value of attribute groundspeed.
-
#heading ⇒ Object
Returns the value of attribute heading.
-
#highLatitude ⇒ Object
Returns the value of attribute highLatitude.
-
#highLongitude ⇒ Object
Returns the value of attribute highLongitude.
-
#ident ⇒ Object
Returns the value of attribute ident.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#lowLatitude ⇒ Object
Returns the value of attribute lowLatitude.
-
#lowLongitude ⇒ Object
Returns the value of attribute lowLongitude.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updateType ⇒ Object
Returns the value of attribute updateType.
-
#waypoints ⇒ Object
Returns the value of attribute waypoints.
Instance Method Summary collapse
-
#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
constructor
A new instance of InFlightAircraftStruct.
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, = 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 = @type = type @updateType = updateType @waypoints = waypoints end |
Instance Attribute Details
#altitude ⇒ Object
Returns the value of attribute altitude.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def altitude @altitude end |
#altitudeChange ⇒ Object
Returns the value of attribute altitudeChange.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def altitudeChange @altitudeChange end |
#altitudeStatus ⇒ Object
Returns the value of attribute altitudeStatus.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def altitudeStatus @altitudeStatus end |
#departureTime ⇒ Object
Returns the value of attribute departureTime.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def departureTime @departureTime end |
#destination ⇒ Object
Returns the value of attribute destination.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def destination @destination end |
#faFlightID ⇒ Object
Returns the value of attribute faFlightID.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def faFlightID @faFlightID end |
#firstPositionTime ⇒ Object
Returns the value of attribute firstPositionTime.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def firstPositionTime @firstPositionTime end |
#groundspeed ⇒ Object
Returns the value of attribute groundspeed.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def groundspeed @groundspeed end |
#heading ⇒ Object
Returns the value of attribute heading.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def heading @heading end |
#highLatitude ⇒ Object
Returns the value of attribute highLatitude.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def highLatitude @highLatitude end |
#highLongitude ⇒ Object
Returns the value of attribute highLongitude.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def highLongitude @highLongitude end |
#ident ⇒ Object
Returns the value of attribute ident.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def ident @ident end |
#latitude ⇒ Object
Returns the value of attribute latitude.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def longitude @longitude end |
#lowLatitude ⇒ Object
Returns the value of attribute lowLatitude.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def lowLatitude @lowLatitude end |
#lowLongitude ⇒ Object
Returns the value of attribute lowLongitude.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def lowLongitude @lowLongitude end |
#origin ⇒ Object
Returns the value of attribute origin.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def origin @origin end |
#prefix ⇒ Object
Returns the value of attribute prefix.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def prefix @prefix end |
#suffix ⇒ Object
Returns the value of attribute suffix.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def suffix @suffix end |
#timeout ⇒ Object
Returns the value of attribute timeout.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def timeout @timeout end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def type @type end |
#updateType ⇒ Object
Returns the value of attribute updateType.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def updateType @updateType end |
#waypoints ⇒ Object
Returns the value of attribute waypoints.
1619 1620 1621 |
# File 'lib/FlightXML2REST.rb', line 1619 def waypoints @waypoints end |