Class: Clerk::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#accounts_urlObject

Returns the value of attribute accounts_url.



28
29
30
# File 'lib/clerk-rails.rb', line 28

def accounts_url
  @accounts_url
end

Returns the value of attribute cookie_host.



28
29
30
# File 'lib/clerk-rails.rb', line 28

def cookie_host
  @cookie_host
end

#database_urlObject

Returns the value of attribute database_url.



28
29
30
# File 'lib/clerk-rails.rb', line 28

def database_url
  @database_url
end

#environmentObject

Returns the value of attribute environment.



28
29
30
# File 'lib/clerk-rails.rb', line 28

def environment
  @environment
end

#last_accountObject

Returns the value of attribute last_account.



28
29
30
# File 'lib/clerk-rails.rb', line 28

def 
  @last_account
end

#public_keyObject

Returns the value of attribute public_key.



28
29
30
# File 'lib/clerk-rails.rb', line 28

def public_key
  @public_key
end

#secret_keyObject

Returns the value of attribute secret_key.



28
29
30
# File 'lib/clerk-rails.rb', line 28

def secret_key
  @secret_key
end

#session_modeObject

Returns the value of attribute session_mode.



28
29
30
# File 'lib/clerk-rails.rb', line 28

def session_mode
  @session_mode
end