Class: DribbbleBucketApi::Bucket

Inherits:
OpenStruct
  • Object
show all
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(options = {})
	options.merge!(username: username, bucket_id: id)
	ShotCollection.retrieve(options)
end