class ZuoraConnect::AppInstance

def init

def init
  @options = Hash.new
  @logins = Hash.new
  Apartment::Migrator.migrate(self.id)
  Apartment::Tenant.switch!(self.id)
end