Class: Keycloak::Realm::Configuration
- Inherits:
-
Object
- Object
- Keycloak::Realm::Configuration
- Defined in:
- lib/keycloak/realm.rb
Instance Attribute Summary collapse
-
#auth_server_url ⇒ Object
Returns the value of attribute auth_server_url.
-
#installation_file ⇒ Object
Returns the value of attribute installation_file.
-
#realm ⇒ Object
Returns the value of attribute realm.
Instance Attribute Details
#auth_server_url ⇒ Object
Returns the value of attribute auth_server_url.
9 10 11 |
# File 'lib/keycloak/realm.rb', line 9 def auth_server_url @auth_server_url end |
#installation_file ⇒ Object
Returns the value of attribute installation_file.
9 10 11 |
# File 'lib/keycloak/realm.rb', line 9 def installation_file @installation_file end |
#realm ⇒ Object
Returns the value of attribute realm.
9 10 11 |
# File 'lib/keycloak/realm.rb', line 9 def realm @realm end |