Sha256: 87c203dba221a003bc289b679f57274e9c3af5687ff3484ed5d2f699f1894fba

Contents?: true

Size: 163 Bytes

Versions: 1

Compression:

Stored size: 163 Bytes

Contents

class IndieBookstoreFinder::State
  attr_accessor :name, :url, :cities

  @@all = []

  def initialize
    @cities = []
  end

  def self.all
    @@all
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
indie_bookstore_finder-0.1.0 lib/indie_bookstore_finder/state.rb