class Seatsio::Category
def initialize(key, label, color, accessible = false)
def initialize(key, label, color, accessible = false) @key = key @label = label @color = color @accessible = accessible end
def initialize(key, label, color, accessible = false) @key = key @label = label @color = color @accessible = accessible end