class Seatsio::Domain::BestAvailableObjects
def initialize(data)
def initialize(data) @next_to_each_other = data['nextToEachOther'] @objects = data['objects'] @labels = data['labels'] end
def initialize(data) @next_to_each_other = data['nextToEachOther'] @objects = data['objects'] @labels = data['labels'] end