Class: Docusign::EnvelopeSettings
- Inherits:
-
Object
- Object
- Docusign::EnvelopeSettings
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0EnvelopeSettings
- SOAP::SOAPBoolean
envelopeIdStamping - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
-
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
Instance Method Summary collapse
-
#initialize(autoNavigation = nil, envelopeIdStamping = nil) ⇒ EnvelopeSettings
constructor
A new instance of EnvelopeSettings.
Constructor Details
#initialize(autoNavigation = nil, envelopeIdStamping = nil) ⇒ EnvelopeSettings
783 784 785 786 |
# File 'lib/docusign/docusign.rb', line 783 def initialize( = nil, envelopeIdStamping = nil) = @envelopeIdStamping = envelopeIdStamping end |
Instance Attribute Details
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
780 781 782 |
# File 'lib/docusign/docusign.rb', line 780 def end |
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
781 782 783 |
# File 'lib/docusign/docusign.rb', line 781 def envelopeIdStamping @envelopeIdStamping end |