Class: Docusign::VaultingOptions
- Inherits:
-
Object
- Object
- Docusign::VaultingOptions
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0VaultingOptions
vaultingMode - Docusign::VaultingModeCode
eODTransactionName - SOAP::SOAPString
eODDocumentName - SOAP::SOAPString
eODDocumentDescription - SOAP::SOAPString
Instance Attribute Summary collapse
-
#eODDocumentDescription ⇒ Object
Returns the value of attribute eODDocumentDescription.
-
#eODDocumentName ⇒ Object
Returns the value of attribute eODDocumentName.
-
#eODTransactionName ⇒ Object
Returns the value of attribute eODTransactionName.
-
#vaultingMode ⇒ Object
Returns the value of attribute vaultingMode.
Instance Method Summary collapse
-
#initialize(vaultingMode = nil, eODTransactionName = nil, eODDocumentName = nil, eODDocumentDescription = nil) ⇒ VaultingOptions
constructor
A new instance of VaultingOptions.
Constructor Details
#initialize(vaultingMode = nil, eODTransactionName = nil, eODDocumentName = nil, eODDocumentDescription = nil) ⇒ VaultingOptions
Returns a new instance of VaultingOptions.
585 586 587 588 589 590 |
# File 'lib/docusign/docusign.rb', line 585 def initialize(vaultingMode = nil, eODTransactionName = nil, eODDocumentName = nil, eODDocumentDescription = nil) @vaultingMode = vaultingMode @eODTransactionName = eODTransactionName @eODDocumentName = eODDocumentName @eODDocumentDescription = eODDocumentDescription end |
Instance Attribute Details
#eODDocumentDescription ⇒ Object
Returns the value of attribute eODDocumentDescription.
583 584 585 |
# File 'lib/docusign/docusign.rb', line 583 def eODDocumentDescription @eODDocumentDescription end |
#eODDocumentName ⇒ Object
Returns the value of attribute eODDocumentName.
582 583 584 |
# File 'lib/docusign/docusign.rb', line 582 def eODDocumentName @eODDocumentName end |
#eODTransactionName ⇒ Object
Returns the value of attribute eODTransactionName.
581 582 583 |
# File 'lib/docusign/docusign.rb', line 581 def eODTransactionName @eODTransactionName end |
#vaultingMode ⇒ Object
Returns the value of attribute vaultingMode.
580 581 582 |
# File 'lib/docusign/docusign.rb', line 580 def vaultingMode @vaultingMode end |