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.
695 696 697 |
# File 'lib/flickr.rb', line 695 def client @client end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
695 696 697 |
# File 'lib/flickr.rb', line 695 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
695 696 697 |
# File 'lib/flickr.rb', line 695 def id @id end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner.
695 696 697 |
# File 'lib/flickr.rb', line 695 def owner @owner end |
#photos ⇒ Object (readonly)
Returns the value of attribute photos.
695 696 697 |
# File 'lib/flickr.rb', line 695 def photos @photos end |
#primary ⇒ Object (readonly)
Returns the value of attribute primary.
695 696 697 |
# File 'lib/flickr.rb', line 695 def primary @primary end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
695 696 697 |
# File 'lib/flickr.rb', line 695 def title @title end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
695 696 697 |
# File 'lib/flickr.rb', line 695 def url @url end |
Instance Method Details
#first_photo ⇒ Object
723 724 725 |
# File 'lib/flickr.rb', line 723 def first_photo @first_photo ||= getFirstPhoto end |