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