Class: DocuSign_eSign::GetBrandOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetBrandOptions
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
Instance Attribute Summary collapse
-
#include_external_references ⇒ Object
Returns the value of attribute include_external_references.
-
#include_logos ⇒ Object
Returns the value of attribute include_logos.
Class Method Summary collapse
Instance Attribute Details
#include_external_references ⇒ Object
Returns the value of attribute include_external_references.
159 160 161 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 159 def include_external_references @include_external_references end |
#include_logos ⇒ Object
Returns the value of attribute include_logos.
162 163 164 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 162 def include_logos @include_logos end |
Class Method Details
.default ⇒ Object
164 165 166 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 164 def self.default @@default ||= GetBrandOptions.new end |