Class: Flickr::APIBase
- Inherits:
-
Object
- Object
- Flickr::APIBase
- Defined in:
- lib/flickr/base.rb
Direct Known Subclasses
Auth, BaseTokenCache, Blogs, Comments, Contacts, Favorites, Groups, Interestingness, Licenses, Notes, People, PhotoSets, Photos, Pools, Reflection, Tags, Test, Transform, Upload, Urls
Instance Attribute Summary collapse
-
#flickr ⇒ Object
readonly
Returns the value of attribute flickr.
Instance Method Summary collapse
-
#initialize(flickr) ⇒ APIBase
constructor
A new instance of APIBase.
Constructor Details
#initialize(flickr) ⇒ APIBase
Returns a new instance of APIBase.
209 |
# File 'lib/flickr/base.rb', line 209 def initialize(flickr) @flickr = flickr end |
Instance Attribute Details
#flickr ⇒ Object (readonly)
Returns the value of attribute flickr.
207 208 209 |
# File 'lib/flickr/base.rb', line 207 def flickr @flickr end |