Class: Bandcamp::Band

Inherits:
Object
  • Object
show all
Includes:
Methodical
Defined in:
lib/bandcamp/band.rb

Instance Method Summary collapse

Constructor Details

#initialize(attrs_hash) ⇒ Band

Returns a new instance of Band.



7
8
9
# File 'lib/bandcamp/band.rb', line 7

def initialize attrs_hash
  to_methods attrs_hash
end