Class: TopDMC::Resources::Base

Inherits:
Object
  • Object
show all
Includes:
Utils
Defined in:
lib/topdmc/resources/base.rb

Direct Known Subclasses

Album, Artist

Instance Method Summary collapse

Methods included from Utils

#hmac_sha1_signature, #nonce

Constructor Details

#initialize(client) ⇒ Base

Returns a new instance of Base.



13
14
15
# File 'lib/topdmc/resources/base.rb', line 13

def initialize(client)
  @client = client
end