Class: Scrobbler2::Geo
Instance Method Summary collapse
-
#initialize ⇒ Geo
constructor
A new instance of Geo.
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 ⇒ Geo
Returns a new instance of Geo.
4 5 6 |
# File 'lib/scrobbler2/geo.rb', line 4 def initialize() @query = {}#TODO eg. {:artist => artist, :track => track} end |