class Seatsio::ChangeObjectStatusResult

def initialize(data)

def initialize(data)
  @objects = Seatsio.to_object_details(data['objects']);
end