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

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

#authorPerson (readonly)

Returns:



8
# File 'lib/flickr/object/photo/note.rb', line 8

attribute :author,      Person

#contentString (readonly)

Returns:

  • (String)


12
# File 'lib/flickr/object/photo/note.rb', line 12

attribute :content,     String

#coordinatesArray[Integer] (readonly)

Returns:

  • (Array[Integer])


9
# File 'lib/flickr/object/photo/note.rb', line 9

attribute :coordinates, Array[Integer]

#heightInteger (readonly)

Returns:

  • (Integer)


11
# File 'lib/flickr/object/photo/note.rb', line 11

attribute :height,      Integer

#idString (readonly)

Returns:

  • (String)


7
# File 'lib/flickr/object/photo/note.rb', line 7

attribute :id,          String

#widthInteger (readonly)

Returns:

  • (Integer)


10
# File 'lib/flickr/object/photo/note.rb', line 10

attribute :width,       Integer