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.



114
115
116
# File 'lib/docusign_esign/api/accounts_api.rb', line 114

def exclude_distributor_brand
  @exclude_distributor_brand
end

#include_logosObject

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



117
118
119
# File 'lib/docusign_esign/api/accounts_api.rb', line 117

def include_logos
  @include_logos
end

Class Method Details

.defaultObject



119
120
121
# File 'lib/docusign_esign/api/accounts_api.rb', line 119

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