Class: UserManagementRails::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/user_management_rails.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration



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_keyObject

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_keyObject

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_keyObject

Returns the value of attribute um_key.



34
35
36
# File 'lib/user_management_rails.rb', line 34

def um_key
  @um_key
end