Method: DocuSign_Maestro::ApiClient#get_oauth_base_path

Defined in:
lib/docusign_maestro/client/api_client.rb

#get_oauth_base_pathObject

Helper method to get oauth base path

[View source]

420
421
422
423
424
425
426
# File 'lib/docusign_maestro/client/api_client.rb', line 420

def get_oauth_base_path
  if !self.oauth_base_path
    self.set_oauth_base_path()
  end

  self.oauth_base_path
end