Class: DocuSign_eSign::ListBrandsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListBrandsOptions
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
Instance Attribute Summary collapse
-
#exclude_distributor_brand ⇒ Object
When set to true, excludes distributor brand information from the response set.
-
#include_logos ⇒ Object
When set to true, returns the logos associated with the brand.
Class Method Summary collapse
Instance Attribute Details
#exclude_distributor_brand ⇒ Object
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_logos ⇒ Object
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
.default ⇒ Object
233 234 235 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 233 def self.default @@default ||= ListBrandsOptions.new end |