Class: Keycloak::Realm::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#auth_server_urlObject

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_fileObject

Returns the value of attribute installation_file.



9
10
11
# File 'lib/keycloak/realm.rb', line 9

def installation_file
  @installation_file
end

#realmObject

Returns the value of attribute realm.



9
10
11
# File 'lib/keycloak/realm.rb', line 9

def realm
  @realm
end