Class: DocuSign_eSign::GetEnvelopeOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetEnvelopeOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#advanced_update ⇒ Object
When true, envelope information can be added or modified.
-
#include ⇒ Object
Returns the value of attribute include.
-
#include_anchor_tab_locations ⇒ Object
Returns the value of attribute include_anchor_tab_locations.
Class Method Summary collapse
Instance Attribute Details
#advanced_update ⇒ Object
When true, envelope information can be added or modified.
174 175 176 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 174 def advanced_update @advanced_update end |
#include ⇒ Object
Returns the value of attribute include.
177 178 179 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 177 def include @include end |
#include_anchor_tab_locations ⇒ Object
Returns the value of attribute include_anchor_tab_locations.
180 181 182 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 180 def include_anchor_tab_locations @include_anchor_tab_locations end |
Class Method Details
.default ⇒ Object
182 183 184 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 182 def self.default @@default ||= GetEnvelopeOptions.new end |