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
Returns a new instance of EnvelopeSettings.
1098 1099 1100 1101 |
# File 'lib/docusign/docusign.rb', line 1098 def initialize( = nil, envelopeIdStamping = nil) @autoNavigation = @envelopeIdStamping = envelopeIdStamping end |
Instance Attribute Details
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
1095 1096 1097 |
# File 'lib/docusign/docusign.rb', line 1095 def @autoNavigation end |
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
1096 1097 1098 |
# File 'lib/docusign/docusign.rb', line 1096 def envelopeIdStamping @envelopeIdStamping end |