Class: Clerk::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/clerk-rails.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accounts_hostObject

Returns the value of attribute accounts_host.



81
82
83
# File 'lib/clerk-rails.rb', line 81

def accounts_host
  @accounts_host
end

#app_hostObject

Returns the value of attribute app_host.



81
82
83
# File 'lib/clerk-rails.rb', line 81

def app_host
  @app_host
end

Returns the value of attribute cookie_host.



81
82
83
# File 'lib/clerk-rails.rb', line 81

def cookie_host
  @cookie_host
end

#database_urlObject

Returns the value of attribute database_url.



81
82
83
# File 'lib/clerk-rails.rb', line 81

def database_url
  @database_url
end

#environmentObject

Returns the value of attribute environment.



81
82
83
# File 'lib/clerk-rails.rb', line 81

def environment
  @environment
end

#last_accountObject

Returns the value of attribute last_account.



81
82
83
# File 'lib/clerk-rails.rb', line 81

def 
  @last_account
end

#session_modeObject

Returns the value of attribute session_mode.



81
82
83
# File 'lib/clerk-rails.rb', line 81

def session_mode
  @session_mode
end

#tunnel_keyObject

Returns the value of attribute tunnel_key.



81
82
83
# File 'lib/clerk-rails.rb', line 81

def tunnel_key
  @tunnel_key
end