Class: RippleKeycloak::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url.



5
6
7
# File 'lib/ripple_keycloak/configuration.rb', line 5

def base_url
  @base_url
end

#client_idObject

Returns the value of attribute client_id.



5
6
7
# File 'lib/ripple_keycloak/configuration.rb', line 5

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



5
6
7
# File 'lib/ripple_keycloak/configuration.rb', line 5

def client_secret
  @client_secret
end

#realmObject

Returns the value of attribute realm.



5
6
7
# File 'lib/ripple_keycloak/configuration.rb', line 5

def realm
  @realm
end