Class: FlightStats::Schedule
- Defined in:
- lib/flightstats/schedule.rb
Instance Attribute Summary collapse
-
#flight_type ⇒ Object
Returns the value of attribute flight_type.
-
#restrictions ⇒ Object
Returns the value of attribute restrictions.
-
#service_classes ⇒ Object
Returns the value of attribute service_classes.
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
#flight_type ⇒ Object
Returns the value of attribute flight_type.
3 4 5 |
# File 'lib/flightstats/schedule.rb', line 3 def flight_type @flight_type end |
#restrictions ⇒ Object
Returns the value of attribute restrictions.
3 4 5 |
# File 'lib/flightstats/schedule.rb', line 3 def restrictions @restrictions end |
#service_classes ⇒ Object
Returns the value of attribute service_classes.
3 4 5 |
# File 'lib/flightstats/schedule.rb', line 3 def service_classes @service_classes end |