Class: DribbbleBucketApi::Connection

Inherits:
Struct
  • Object
show all
Defined in:
lib/dribbble_bucket_api/connection.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



4
5
6
# File 'lib/dribbble_bucket_api/connection.rb', line 4

def username
  @username
end

Instance Method Details

#buckets(options = {}) ⇒ Object



5
6
7
# File 'lib/dribbble_bucket_api/connection.rb', line 5

def buckets(options = {})
	load_collection(options.merge(connection: self))
end