Class: Docusign::TransferEnvelope
- Inherits:
-
Object
- Object
- Docusign::TransferEnvelope
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0TransferEnvelope
envelopeID - SOAP::SOAPString
accountID - SOAP::SOAPString
userID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
-
#userID ⇒ Object
Returns the value of attribute userID.
Instance Method Summary collapse
-
#initialize(envelopeID = nil, accountID = nil, userID = nil) ⇒ TransferEnvelope
constructor
A new instance of TransferEnvelope.
Constructor Details
#initialize(envelopeID = nil, accountID = nil, userID = nil) ⇒ TransferEnvelope
Returns a new instance of TransferEnvelope.
2814 2815 2816 2817 2818 |
# File 'lib/docusign/docusign.rb', line 2814 def initialize(envelopeID = nil, accountID = nil, userID = nil) @envelopeID = envelopeID @accountID = accountID @userID = userID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
2811 2812 2813 |
# File 'lib/docusign/docusign.rb', line 2811 def accountID @accountID end |
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
2810 2811 2812 |
# File 'lib/docusign/docusign.rb', line 2810 def envelopeID @envelopeID end |
#userID ⇒ Object
Returns the value of attribute userID.
2812 2813 2814 |
# File 'lib/docusign/docusign.rb', line 2812 def userID @userID end |