Class: FlightStats::AirportResources

Inherits:
Resource
  • Object
show all
Defined in:
lib/flightstats/airport_resources.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#attributes, #etag, #response, #uri

Method Summary

Methods inherited from Resource

from_json, from_parsed_json, from_response, #initialize, string_to_model, string_to_model_with_caching, #to_param, #underscore_with_caching

Constructor Details

This class inherits a constructor from FlightStats::Resource

Instance Attribute Details

#arrival_gateObject

Returns the value of attribute arrival_gate.



3
4
5
# File 'lib/flightstats/airport_resources.rb', line 3

def arrival_gate
  @arrival_gate
end

#arrival_terminalObject

Returns the value of attribute arrival_terminal.



3
4
5
# File 'lib/flightstats/airport_resources.rb', line 3

def arrival_terminal
  @arrival_terminal
end

#departure_gateObject

Returns the value of attribute departure_gate.



3
4
5
# File 'lib/flightstats/airport_resources.rb', line 3

def departure_gate
  @departure_gate
end

#departure_terminalObject

Returns the value of attribute departure_terminal.



3
4
5
# File 'lib/flightstats/airport_resources.rb', line 3

def departure_terminal
  @departure_terminal
end