Class: Flickr::Object::Location

Inherits:
Flickr::Object show all
Defined in:
lib/flickr/object/location.rb,
lib/flickr/object/attribute_locations/location.rb

Defined Under Namespace

Classes: Area

Instance Attribute Summary collapse

Attributes inherited from Flickr::Object

#access_token, #attributes

Method Summary

Methods inherited from Flickr::Object

#==, #[], attribute, #initialize, #inspect, #matches?, #update

Methods included from Attributes

#attribute, #attributes

Methods included from AutoloadHelper

#autoload_dir, #autoload_names

Constructor Details

This class inherits a constructor from Flickr::Object

Instance Attribute Details

#accuracyInteger (readonly)



16
# File 'lib/flickr/object/location.rb', line 16

attribute :accuracy,      Integer

#contextInteger (readonly)



17
# File 'lib/flickr/object/location.rb', line 17

attribute :context,       Integer

#countryArea (readonly)



28
# File 'lib/flickr/object/location.rb', line 28

attribute :country,       Area

#countyArea (readonly)



26
# File 'lib/flickr/object/location.rb', line 26

attribute :county,        Area

#indoorsBoolean (readonly)



21
# File 'lib/flickr/object/location.rb', line 21

attribute :indoors,       Boolean

#latitudeFloat (readonly)



14
# File 'lib/flickr/object/location.rb', line 14

attribute :latitude,      Float

#localityArea (readonly)



25
# File 'lib/flickr/object/location.rb', line 25

attribute :locality,      Area

#longitudeFloat (readonly)



15
# File 'lib/flickr/object/location.rb', line 15

attribute :longitude,     Float

#neighbourhoodArea (readonly)



24
# File 'lib/flickr/object/location.rb', line 24

attribute :neighbourhood, Area

#outdoorsBoolean (readonly)



22
# File 'lib/flickr/object/location.rb', line 22

attribute :outdoors,      Boolean

#place_idString (readonly)



18
# File 'lib/flickr/object/location.rb', line 18

attribute :place_id,      String

#regionArea (readonly)



27
# File 'lib/flickr/object/location.rb', line 27

attribute :region,        Area

#woe_idString (readonly)



19
# File 'lib/flickr/object/location.rb', line 19

attribute :woe_id,        String