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.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def accounts_host
  @accounts_host
end

#app_hostObject

Returns the value of attribute app_host.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def app_host
  @app_host
end

#cipher_keyObject

Returns the value of attribute cipher_key.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def cipher_key
  @cipher_key
end

#database_urlObject

Returns the value of attribute database_url.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def database_url
  @database_url
end

#email_address_verificationObject

Returns the value of attribute email_address_verification.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def email_address_verification
  @email_address_verification
end

#hostObject

Returns the value of attribute host.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def host
  @host
end

#ngrok_authtokenObject

Returns the value of attribute ngrok_authtoken.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def ngrok_authtoken
  @ngrok_authtoken
end

#tunnel_certObject

Returns the value of attribute tunnel_cert.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def tunnel_cert
  @tunnel_cert
end

#tunnel_keyObject

Returns the value of attribute tunnel_key.



91
92
93
# File 'lib/clerk-rails.rb', line 91

def tunnel_key
  @tunnel_key
end