class Seahorse::Model::Api

def add_authorizer(name, authorizer)

def add_authorizer(name, authorizer)
  @authorizers[name.to_sym] = authorizer
end