Class: Flickr::Object::Photo::Tag

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

Instance Attribute Summary collapse

Attributes inherited from Flickr::Object

#access_token, #attributes

Instance Method Summary collapse

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/tag.rb', line 8

attribute :author,       Person

#contentString (readonly)

Returns:



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

attribute :content,      String

#idString (readonly)

Returns:



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

attribute :id,           String

#machine_tagBoolean (readonly)

Returns:



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

attribute :machine_tag,  Boolean

#rawString (readonly)

Returns:



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

attribute :raw,          String

Instance Method Details

#to_sObject



13
14
15
# File 'lib/flickr/object/photo/tag.rb', line 13

def to_s
  content
end