Class: FlightStats::Flight::Codeshare
- Inherits:
-
Object
- Object
- FlightStats::Flight::Codeshare
- Defined in:
- lib/flightstats/flight/codeshare.rb
Instance Attribute Summary collapse
-
#airline ⇒ Object
Returns the value of attribute airline.
-
#designator ⇒ Object
Returns the value of attribute designator.
-
#id ⇒ Object
Returns the value of attribute id.
-
#number ⇒ Object
Returns the value of attribute number.
-
#published_local_arrival_time ⇒ Object
Returns the value of attribute published_local_arrival_time.
-
#published_local_departure_time ⇒ Object
Returns the value of attribute published_local_departure_time.
-
#tail_number ⇒ Object
Returns the value of attribute tail_number.
Instance Attribute Details
#airline ⇒ Object
Returns the value of attribute airline.
3 4 5 |
# File 'lib/flightstats/flight/codeshare.rb', line 3 def airline @airline end |
#designator ⇒ Object
Returns the value of attribute designator.
3 4 5 |
# File 'lib/flightstats/flight/codeshare.rb', line 3 def designator @designator end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/flightstats/flight/codeshare.rb', line 3 def id @id end |
#number ⇒ Object
Returns the value of attribute number.
3 4 5 |
# File 'lib/flightstats/flight/codeshare.rb', line 3 def number @number end |
#published_local_arrival_time ⇒ Object
Returns the value of attribute published_local_arrival_time.
3 4 5 |
# File 'lib/flightstats/flight/codeshare.rb', line 3 def published_local_arrival_time @published_local_arrival_time end |
#published_local_departure_time ⇒ Object
Returns the value of attribute published_local_departure_time.
3 4 5 |
# File 'lib/flightstats/flight/codeshare.rb', line 3 def published_local_departure_time @published_local_departure_time end |
#tail_number ⇒ Object
Returns the value of attribute tail_number.
3 4 5 |
# File 'lib/flightstats/flight/codeshare.rb', line 3 def tail_number @tail_number end |