class IndieBookstoreFinder::State
Attributes
cities[RW]
name[RW]
url[RW]
Public Class Methods
all()
click to toggle source
# File lib/indie_bookstore_finder/state.rb, line 10 def self.all @@all end
new()
click to toggle source
# File lib/indie_bookstore_finder/state.rb, line 6 def initialize @cities = [] end