Class: Bandcamp::Band
- Inherits:
-
Object
- Object
- Bandcamp::Band
- Includes:
- Methodical
- Defined in:
- lib/bandcamp/band.rb
Instance Method Summary collapse
-
#initialize(attrs_hash) ⇒ Band
constructor
A new instance of Band.
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 |