Method: DocuSign_eSign::NewAccountSummary#base_url

Defined in:
lib/docusign_esign/models/new_account_summary.rb

#base_urlObject

The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri’s that are relative to this baseUrl.



30
31
32
# File 'lib/docusign_esign/models/new_account_summary.rb', line 30

def base_url
  @base_url
end