class Seatsio::Domain::BestAvailableObjects
def initialize(data)
def initialize(data) @next_to_each_other = data['nextToEachOther'] @objects = data['objects'] @object_details = Seatsio::Domain.to_object_details(data['objectDetails']) end
def initialize(data) @next_to_each_other = data['nextToEachOther'] @objects = data['objects'] @object_details = Seatsio::Domain.to_object_details(data['objectDetails']) end