Class: Adp::Connection::ClientCredentialConfiguration
- Inherits:
-
ConnectionConfiguration
- Object
- ConnectionConfiguration
- Adp::Connection::ClientCredentialConfiguration
- Defined in:
- lib/adp/client_credential_configuration.rb
Instance Attribute Summary collapse
-
#grantType ⇒ Object
Returns the value of attribute grantType.
Attributes inherited from ConnectionConfiguration
#accessScope, #apiRequestURL, #clientID, #clientSecret, #sslCertPath, #sslKeyPass, #sslKeyPath, #tokenServerURL
Instance Method Summary collapse
-
#initialize(config) ⇒ ClientCredentialConfiguration
constructor
A new instance of ClientCredentialConfiguration.
Constructor Details
#initialize(config) ⇒ ClientCredentialConfiguration
Returns a new instance of ClientCredentialConfiguration.
9 10 11 12 13 14 15 |
# File 'lib/adp/client_credential_configuration.rb', line 9 def initialize(config) super self.grantType = :client_credentials self end |
Instance Attribute Details
#grantType ⇒ Object
Returns the value of attribute grantType.
7 8 9 |
# File 'lib/adp/client_credential_configuration.rb', line 7 def grantType @grantType end |