class IndieBookstoreFinder::Store
Attributes
address[RW]
city[RW]
description[RW]
events[RW]
facebook[RW]
name[RW]
phone[RW]
sidelines[RW]
specialty[RW]
twitter[RW]
type[RW]
website[RW]
Public Class Methods
new()
click to toggle source
# File lib/indie_bookstore_finder/store.rb, line 6 def initialize @name = nil @address = nil @phone = nil @type = nil @specialty = nil @sidelines = nil @events = nil @website = nil @facebook = nil @twitter = nil @description = nil end