Class: Scrobbler2::Venue

Inherits:
Base
  • Object
show all
Defined in:
lib/scrobbler2/venue.rb

Instance Method Summary collapse

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(id) ⇒ Venue

Returns a new instance of Venue.



4
5
6
# File 'lib/scrobbler2/venue.rb', line 4

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