Class: UserManagementRails::Configuration
- Inherits:
-
Object
- Object
- UserManagementRails::Configuration
- Defined in:
- lib/user_management_rails.rb
Instance Attribute Summary collapse
-
#jwt_public_key ⇒ Object
Returns the value of attribute jwt_public_key.
-
#ringcaptcha_key ⇒ Object
Returns the value of attribute ringcaptcha_key.
-
#um_key ⇒ Object
Returns the value of attribute um_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
36 37 38 39 40 |
# File 'lib/user_management_rails.rb', line 36 def initialize @um_key = nil @ringcaptcha_key = nil @jwt_public_key = nil end |
Instance Attribute Details
#jwt_public_key ⇒ Object
Returns the value of attribute jwt_public_key.
34 35 36 |
# File 'lib/user_management_rails.rb', line 34 def jwt_public_key @jwt_public_key end |
#ringcaptcha_key ⇒ Object
Returns the value of attribute ringcaptcha_key.
34 35 36 |
# File 'lib/user_management_rails.rb', line 34 def ringcaptcha_key @ringcaptcha_key end |
#um_key ⇒ Object
Returns the value of attribute um_key.
34 35 36 |
# File 'lib/user_management_rails.rb', line 34 def um_key @um_key end |