Class: FlightStats::Schedule

Inherits:
Resource show all
Defined in:
lib/flightstats/schedule.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

#flight_typeObject

Returns the value of attribute flight_type.



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

def flight_type
  @flight_type
end

#restrictionsObject

Returns the value of attribute restrictions.



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

def restrictions
  @restrictions
end

#service_classesObject

Returns the value of attribute service_classes.



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

def service_classes
  @service_classes
end