Class: Scrobbler2::Group

Inherits:
Base
  • Object
show all
Defined in:
lib/scrobbler2/group.rb

Instance Method Summary collapse

Methods inherited from Base

get, get_resource, get_with_auth, http_with_auth, post_with_auth, query_signature, sign

Constructor Details

#initialize(group_name) ⇒ Group

Returns a new instance of Group.



4
5
6
# File 'lib/scrobbler2/group.rb', line 4

def initialize(group_name)
  @query = {:group => group_name}
end