Class: DribbbleBucketApi::Bucket
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- DribbbleBucketApi::Bucket
- Defined in:
- lib/dribbble_bucket_api/bucket.rb
Instance Method Summary collapse
Instance Method Details
#shots(options = {}) ⇒ Object
6 7 8 9 |
# File 'lib/dribbble_bucket_api/bucket.rb', line 6 def shots( = {}) .merge!(username: username, bucket_id: id) ShotCollection.retrieve() end |