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.
523 524 525 526 527 528 |
# File 'lib/docusign/docusign.rb', line 523 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.
521 522 523 |
# File 'lib/docusign/docusign.rb', line 521 def eODDocumentDescription @eODDocumentDescription end |
#eODDocumentName ⇒ Object
Returns the value of attribute eODDocumentName.
520 521 522 |
# File 'lib/docusign/docusign.rb', line 520 def eODDocumentName @eODDocumentName end |
#eODTransactionName ⇒ Object
Returns the value of attribute eODTransactionName.
519 520 521 |
# File 'lib/docusign/docusign.rb', line 519 def eODTransactionName @eODTransactionName end |
#vaultingMode ⇒ Object
Returns the value of attribute vaultingMode.
518 519 520 |
# File 'lib/docusign/docusign.rb', line 518 def vaultingMode @vaultingMode end |