Class: Scrobbler2::Tag
Instance Method Summary collapse
-
#initialize(tag) ⇒ Tag
constructor
A new instance of Tag.
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(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 |