Class: DocuSign_eSign::GetRecipientInitialsImageOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetRecipientInitialsImageOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#include_chrome ⇒ Object
The added line and identifier around the initial image.
Class Method Summary collapse
Instance Attribute Details
#include_chrome ⇒ Object
The added line and identifier around the initial image. Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.
228 229 230 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 228 def include_chrome @include_chrome end |
Class Method Details
.default ⇒ Object
230 231 232 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 230 def self.default @@default ||= GetRecipientInitialsImageOptions.new end |