class IndieBookstoreFinder::City

Attributes

name[RW]
state[RW]
stores[RW]

Public Class Methods

all() click to toggle source
# File lib/indie_bookstore_finder/city.rb, line 10
def self.all
  @@all
end
new() click to toggle source
# File lib/indie_bookstore_finder/city.rb, line 6
def initialize
  @stores = []
end