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.
440 441 442 443 444 445 |
# File 'lib/docusign/docusign.rb', line 440 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.
438 439 440 |
# File 'lib/docusign/docusign.rb', line 438 def eODDocumentDescription @eODDocumentDescription end |
#eODDocumentName ⇒ Object
Returns the value of attribute eODDocumentName.
437 438 439 |
# File 'lib/docusign/docusign.rb', line 437 def eODDocumentName @eODDocumentName end |
#eODTransactionName ⇒ Object
Returns the value of attribute eODTransactionName.
436 437 438 |
# File 'lib/docusign/docusign.rb', line 436 def eODTransactionName @eODTransactionName end |
#vaultingMode ⇒ Object
Returns the value of attribute vaultingMode.
435 436 437 |
# File 'lib/docusign/docusign.rb', line 435 def vaultingMode @vaultingMode end |