Class: Scrobbler2::Group
Instance Method Summary collapse
-
#initialize(group_name) ⇒ Group
constructor
A new instance of Group.
Methods inherited from Base
get, get_with_auth, has_resource, has_singleton_resource, 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 |