Class: Scrobbler2::Tag

Inherits:
Base
  • Object
show all
Defined in:
lib/scrobbler2/tag.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(tag) ⇒ Tag

Returns a new instance of Tag.



5
6
7
# File 'lib/scrobbler2/tag.rb', line 5

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