Class: Clerk::Configuration
- Inherits:
-
Object
- Object
- Clerk::Configuration
- Defined in:
- lib/clerk-rails.rb
Instance Attribute Summary collapse
-
#accounts_url ⇒ Object
Returns the value of attribute accounts_url.
-
#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.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#session_mode ⇒ Object
Returns the value of attribute session_mode.
Instance Attribute Details
#accounts_url ⇒ Object
Returns the value of attribute accounts_url.
28 29 30 |
# File 'lib/clerk-rails.rb', line 28 def accounts_url @accounts_url end |
#cookie_host ⇒ Object
Returns the value of attribute cookie_host.
28 29 30 |
# File 'lib/clerk-rails.rb', line 28 def @cookie_host end |
#database_url ⇒ Object
Returns the value of attribute database_url.
28 29 30 |
# File 'lib/clerk-rails.rb', line 28 def database_url @database_url end |
#environment ⇒ Object
Returns the value of attribute environment.
28 29 30 |
# File 'lib/clerk-rails.rb', line 28 def environment @environment end |
#last_account ⇒ Object
Returns the value of attribute last_account.
28 29 30 |
# File 'lib/clerk-rails.rb', line 28 def last_account @last_account end |
#public_key ⇒ Object
Returns the value of attribute public_key.
28 29 30 |
# File 'lib/clerk-rails.rb', line 28 def public_key @public_key end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
28 29 30 |
# File 'lib/clerk-rails.rb', line 28 def secret_key @secret_key end |
#session_mode ⇒ Object
Returns the value of attribute session_mode.
28 29 30 |
# File 'lib/clerk-rails.rb', line 28 def session_mode @session_mode end |