Class: Docusign::TransferEnvelope

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(envelopeID = nil, accountID = nil, userID = nil) ⇒ TransferEnvelope

Returns a new instance of TransferEnvelope.



2224
2225
2226
2227
2228
# File 'lib/docusign/docusign.rb', line 2224

def initialize(envelopeID = nil, accountID = nil, userID = nil)
  @envelopeID = envelopeID
  @accountID = accountID
  @userID = userID
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



2221
2222
2223
# File 'lib/docusign/docusign.rb', line 2221

def accountID
  @accountID
end

#envelopeIDObject

Returns the value of attribute envelopeID.



2220
2221
2222
# File 'lib/docusign/docusign.rb', line 2220

def envelopeID
  @envelopeID
end

#userIDObject

Returns the value of attribute userID.



2222
2223
2224
# File 'lib/docusign/docusign.rb', line 2222

def userID
  @userID
end