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.



228
229
230
# File 'lib/docusign_esign/api/accounts_api.rb', line 228

def exclude_distributor_brand
  @exclude_distributor_brand
end

#include_logosObject

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



231
232
233
# File 'lib/docusign_esign/api/accounts_api.rb', line 231

def include_logos
  @include_logos
end

Class Method Details

.defaultObject



233
234
235
# File 'lib/docusign_esign/api/accounts_api.rb', line 233

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