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
#access_token, #attributes
Instance Method Summary
collapse
#==, #[], 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/tag.rb', line 8
attribute :author, Person
|
#content ⇒ String
10
|
# File 'lib/flickr/object/photo/tag.rb', line 10
attribute :content, String
|
#id ⇒ String
7
|
# File 'lib/flickr/object/photo/tag.rb', line 7
attribute :id, String
|
#machine_tag ⇒ Boolean
11
|
# File 'lib/flickr/object/photo/tag.rb', line 11
attribute :machine_tag, Boolean
|
#raw ⇒ String
9
|
# File 'lib/flickr/object/photo/tag.rb', line 9
attribute :raw, String
|
Instance Method Details
13
14
15
|
# File 'lib/flickr/object/photo/tag.rb', line 13
def to_s
content
end
|