Class: FlightStats::FlightId

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

#interpretedObject

Returns the value of attribute interpreted.



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

def interpreted
  @interpreted
end

#requestedObject

Returns the value of attribute requested.



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

def requested
  @requested
end