Class: FlightStats::AbstractDate

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

#date_localObject

Returns the value of attribute date_local.



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

def date_local
  @date_local
end

#date_utcObject

Returns the value of attribute date_utc.



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

def date_utc
  @date_utc
end