Class: Scrobbler2::Geo

Inherits:
Base
  • Object
show all
Defined in:
lib/scrobbler2/geo.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

#initializeGeo

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