Class: Flickr::Object::Location::Area
- Inherits:
-
Flickr::Object
- Object
- Flickr::Object
- Flickr::Object::Location::Area
- Defined in:
- lib/flickr/object/location.rb
Instance Attribute Summary collapse
- #name ⇒ String readonly
- #place_id ⇒ String readonly
- #woe_id ⇒ String readonly
Attributes inherited from Flickr::Object
Method Summary
Methods inherited from Flickr::Object
#==, #[], attribute, #initialize, #inspect, #matches?, #update
Methods included from Attributes
Methods included from AutoloadHelper
#autoload_dir, #autoload_names
Constructor Details
This class inherits a constructor from Flickr::Object
Instance Attribute Details
#name ⇒ String (readonly)
8 |
# File 'lib/flickr/object/location.rb', line 8 attribute :name, String |
#place_id ⇒ String (readonly)
9 |
# File 'lib/flickr/object/location.rb', line 9 attribute :place_id, String |
#woe_id ⇒ String (readonly)
10 |
# File 'lib/flickr/object/location.rb', line 10 attribute :woe_id, String |