Class: Flickr::Object::Photo::Note
- Inherits:
-
Flickr::Object
show all
- Defined in:
- lib/flickr/object/photo/note.rb,
lib/flickr/object/attribute_locations/photo/note.rb
Instance Attribute Summary collapse
#access_token, #attributes
Method Summary
#==, #[], attribute, #initialize, #inspect, #matches?, #update
Methods included from Attributes
#attribute, #attributes
#autoload_dir, #autoload_names
Constructor Details
This class inherits a constructor from Flickr::Object
Instance Attribute Details
8
|
# File 'lib/flickr/object/photo/note.rb', line 8
attribute :author, Person
|
#content ⇒ String
12
|
# File 'lib/flickr/object/photo/note.rb', line 12
attribute :content, String
|
#coordinates ⇒ Array[Integer]
9
|
# File 'lib/flickr/object/photo/note.rb', line 9
attribute :coordinates, Array[Integer]
|
#height ⇒ Integer
11
|
# File 'lib/flickr/object/photo/note.rb', line 11
attribute :height, Integer
|
#id ⇒ String
7
|
# File 'lib/flickr/object/photo/note.rb', line 7
attribute :id, String
|
#width ⇒ Integer
10
|
# File 'lib/flickr/object/photo/note.rb', line 10
attribute :width, Integer
|