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.



124
125
126
# File 'lib/docusign_esign/api/accounts_api.rb', line 124

def exclude_distributor_brand
  @exclude_distributor_brand
end

#include_logosObject

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



127
128
129
# File 'lib/docusign_esign/api/accounts_api.rb', line 127

def include_logos
  @include_logos
end

Class Method Details

.defaultObject



129
130
131
# File 'lib/docusign_esign/api/accounts_api.rb', line 129

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