Class: Clerk::Configuration
- Inherits:
-
Object
- Object
- Clerk::Configuration
- Defined in:
- lib/clerk-rails.rb
Instance Attribute Summary collapse
-
#accounts_host ⇒ Object
Returns the value of attribute accounts_host.
-
#app_host ⇒ Object
Returns the value of attribute app_host.
-
#cookie_host ⇒ Object
Returns the value of attribute cookie_host.
-
#database_url ⇒ Object
Returns the value of attribute database_url.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#last_account ⇒ Object
Returns the value of attribute last_account.
-
#session_mode ⇒ Object
Returns the value of attribute session_mode.
-
#tunnel_key ⇒ Object
Returns the value of attribute tunnel_key.
Instance Attribute Details
#accounts_host ⇒ Object
Returns the value of attribute accounts_host.
81 82 83 |
# File 'lib/clerk-rails.rb', line 81 def accounts_host @accounts_host end |
#app_host ⇒ Object
Returns the value of attribute app_host.
81 82 83 |
# File 'lib/clerk-rails.rb', line 81 def app_host @app_host end |
#cookie_host ⇒ Object
Returns the value of attribute cookie_host.
81 82 83 |
# File 'lib/clerk-rails.rb', line 81 def @cookie_host end |
#database_url ⇒ Object
Returns the value of attribute database_url.
81 82 83 |
# File 'lib/clerk-rails.rb', line 81 def database_url @database_url end |
#environment ⇒ Object
Returns the value of attribute environment.
81 82 83 |
# File 'lib/clerk-rails.rb', line 81 def environment @environment end |
#last_account ⇒ Object
Returns the value of attribute last_account.
81 82 83 |
# File 'lib/clerk-rails.rb', line 81 def last_account @last_account end |
#session_mode ⇒ Object
Returns the value of attribute session_mode.
81 82 83 |
# File 'lib/clerk-rails.rb', line 81 def session_mode @session_mode end |
#tunnel_key ⇒ Object
Returns the value of attribute tunnel_key.
81 82 83 |
# File 'lib/clerk-rails.rb', line 81 def tunnel_key @tunnel_key end |