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.
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/FlightXML2REST.rb', line 1507 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.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def altitude @altitude end |
#altitudeChange ⇒ Object
Returns the value of attribute altitudeChange.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def altitudeChange @altitudeChange end |
#altitudeStatus ⇒ Object
Returns the value of attribute altitudeStatus.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def altitudeStatus @altitudeStatus end |
#departureTime ⇒ Object
Returns the value of attribute departureTime.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def departureTime @departureTime end |
#destination ⇒ Object
Returns the value of attribute destination.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def destination @destination end |
#faFlightID ⇒ Object
Returns the value of attribute faFlightID.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def faFlightID @faFlightID end |
#firstPositionTime ⇒ Object
Returns the value of attribute firstPositionTime.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def firstPositionTime @firstPositionTime end |
#groundspeed ⇒ Object
Returns the value of attribute groundspeed.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def groundspeed @groundspeed end |
#heading ⇒ Object
Returns the value of attribute heading.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def heading @heading end |
#highLatitude ⇒ Object
Returns the value of attribute highLatitude.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def highLatitude @highLatitude end |
#highLongitude ⇒ Object
Returns the value of attribute highLongitude.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def highLongitude @highLongitude end |
#ident ⇒ Object
Returns the value of attribute ident.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def ident @ident end |
#latitude ⇒ Object
Returns the value of attribute latitude.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def longitude @longitude end |
#lowLatitude ⇒ Object
Returns the value of attribute lowLatitude.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def lowLatitude @lowLatitude end |
#lowLongitude ⇒ Object
Returns the value of attribute lowLongitude.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def lowLongitude @lowLongitude end |
#origin ⇒ Object
Returns the value of attribute origin.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def origin @origin end |
#prefix ⇒ Object
Returns the value of attribute prefix.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def prefix @prefix end |
#suffix ⇒ Object
Returns the value of attribute suffix.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def suffix @suffix end |
#timeout ⇒ Object
Returns the value of attribute timeout.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def timeout @timeout end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def type @type end |
#updateType ⇒ Object
Returns the value of attribute updateType.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def updateType @updateType end |
#waypoints ⇒ Object
Returns the value of attribute waypoints.
1482 1483 1484 |
# File 'lib/FlightXML2REST.rb', line 1482 def waypoints @waypoints end |