Class: Flickr::Photoset
- Inherits:
-
Object
- Object
- Flickr::Photoset
- Defined in:
- lib/flickr.rb
Overview
Todo: flickr.photosets.delete flickr.photosets.editMeta flickr.photosets.editPhotos flickr.photosets.getContext flickr.photosets.getInfo flickr.photosets.getPhotos
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#photos ⇒ Object
readonly
Returns the value of attribute photos.
-
#primary ⇒ Object
readonly
Returns the value of attribute primary.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
- #first_photo ⇒ Object
-
#initialize(id = nil, api_key = nil) ⇒ Photoset
constructor
A new instance of Photoset.
Constructor Details
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
685 686 687 |
# File 'lib/flickr.rb', line 685 def client @client end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
685 686 687 |
# File 'lib/flickr.rb', line 685 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
685 686 687 |
# File 'lib/flickr.rb', line 685 def id @id end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner.
685 686 687 |
# File 'lib/flickr.rb', line 685 def owner @owner end |
#photos ⇒ Object (readonly)
Returns the value of attribute photos.
685 686 687 |
# File 'lib/flickr.rb', line 685 def photos @photos end |
#primary ⇒ Object (readonly)
Returns the value of attribute primary.
685 686 687 |
# File 'lib/flickr.rb', line 685 def primary @primary end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
685 686 687 |
# File 'lib/flickr.rb', line 685 def title @title end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
685 686 687 |
# File 'lib/flickr.rb', line 685 def url @url end |
Instance Method Details
#first_photo ⇒ Object
713 714 715 |
# File 'lib/flickr.rb', line 713 def first_photo @first_photo ||= getFirstPhoto end |