Class: DocuSign_eSign::ListBrandsOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/accounts_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#exclude_distributor_brandObject

When set to true, excludes distributor brand information from the response set.



157
158
159
# File 'lib/docusign_esign/api/accounts_api.rb', line 157

def exclude_distributor_brand
  @exclude_distributor_brand
end

#include_logosObject

When set to true, returns the logos associated with the brand.



160
161
162
# File 'lib/docusign_esign/api/accounts_api.rb', line 160

def include_logos
  @include_logos
end

Class Method Details

.defaultObject



162
163
164
# File 'lib/docusign_esign/api/accounts_api.rb', line 162

def self.default
  @@default ||= ListBrandsOptions.new
end