Class: BRL::Configuration
- Inherits:
-
Object
- Object
- BRL::Configuration
- Defined in:
- lib/brl_auth.rb
Instance Attribute Summary collapse
Instance Attribute Details
#auth_base_url ⇒ Object
46 47 48 |
# File 'lib/brl_auth.rb', line 46 def auth_base_url @auth_base_url ||= BRL::Auth::BASE_URL end |
#handshake ⇒ Object
50 51 52 |
# File 'lib/brl_auth.rb', line 50 def handshake @handshake ||= ENV["BRL_HANDSHAKE"] end |
#secret_key ⇒ Object
54 55 56 |
# File 'lib/brl_auth.rb', line 54 def secret_key @secret_key ||= ENV["BRL_SECRET_KEY"] end |