Class: Docusign::SynchEnvelope
- Inherits:
-
Object
- Object
- Docusign::SynchEnvelope
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0SynchEnvelope
transactionID - SOAP::SOAPString
accountID - SOAP::SOAPString
block - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#block ⇒ Object
Returns the value of attribute block.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
Instance Method Summary collapse
-
#initialize(transactionID = nil, accountID = nil, block = nil) ⇒ SynchEnvelope
constructor
A new instance of SynchEnvelope.
Constructor Details
#initialize(transactionID = nil, accountID = nil, block = nil) ⇒ SynchEnvelope
Returns a new instance of SynchEnvelope.
3250 3251 3252 3253 3254 |
# File 'lib/docusign/docusign.rb', line 3250 def initialize(transactionID = nil, accountID = nil, block = nil) @transactionID = transactionID @accountID = accountID @block = block end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
3247 3248 3249 |
# File 'lib/docusign/docusign.rb', line 3247 def accountID @accountID end |
#block ⇒ Object
Returns the value of attribute block.
3248 3249 3250 |
# File 'lib/docusign/docusign.rb', line 3248 def block @block end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
3246 3247 3248 |
# File 'lib/docusign/docusign.rb', line 3246 def transactionID @transactionID end |