Class: AdobeDocApi::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



5
6
7
8
9
10
11
# File 'lib/adobe_doc_api/configuration.rb', line 5

def initialize
  @client_id = nil
  @client_sercret = nil
  @org_id = nil
  @tech_account_id = nil
  @private_key_path = nil
end

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



3
4
5
# File 'lib/adobe_doc_api/configuration.rb', line 3

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



3
4
5
# File 'lib/adobe_doc_api/configuration.rb', line 3

def client_secret
  @client_secret
end

#org_idObject

Returns the value of attribute org_id.



3
4
5
# File 'lib/adobe_doc_api/configuration.rb', line 3

def org_id
  @org_id
end

#private_key_pathObject

Returns the value of attribute private_key_path.



3
4
5
# File 'lib/adobe_doc_api/configuration.rb', line 3

def private_key_path
  @private_key_path
end

#tech_account_idObject

Returns the value of attribute tech_account_id.



3
4
5
# File 'lib/adobe_doc_api/configuration.rb', line 3

def 
  @tech_account_id
end