class FronkinBandcampScraper::Artist

Attributes

location[RW]
name[RW]
photo[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/fronkin_bandcamp_scraper/artist.rb, line 5
def initialize
  yield self if block_given?
end