Class: Flickr::APIBase
- Inherits:
-
Object
- Object
- Flickr::APIBase
- Defined in:
- lib/flickr/base.rb
Direct Known Subclasses
Auth, Blogs, 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.
207 |
# File 'lib/flickr/base.rb', line 207 def initialize(flickr) @flickr = flickr end |
Instance Attribute Details
#flickr ⇒ Object (readonly)
Returns the value of attribute flickr.
205 206 207 |
# File 'lib/flickr/base.rb', line 205 def flickr @flickr end |