Class: Scrobbler2::Event

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

#initialize(event_id) ⇒ Event

Returns a new instance of Event.



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

def initialize(event_id)
  @query = {:event => event_id}
end