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.
991 992 993 994 |
# File 'lib/docusign/docusign.rb', line 991 def initialize( = nil, envelopeIdStamping = nil) @autoNavigation = @envelopeIdStamping = envelopeIdStamping end |
Instance Attribute Details
#autoNavigation ⇒ Object
Returns the value of attribute autoNavigation.
988 989 990 |
# File 'lib/docusign/docusign.rb', line 988 def @autoNavigation end |
#envelopeIdStamping ⇒ Object
Returns the value of attribute envelopeIdStamping.
989 990 991 |
# File 'lib/docusign/docusign.rb', line 989 def envelopeIdStamping @envelopeIdStamping end |