class AdobeDocApi::Configuration

Attributes

client_id[RW]
client_secret[RW]
org_id[RW]
private_key_path[RW]
tech_account_id[RW]

Public Class Methods

new() click to toggle source
# 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