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.



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

#accountIDObject

Returns the value of attribute accountID.



2811
2812
2813
# File 'lib/docusign/docusign.rb', line 2811

def accountID
  @accountID
end

#envelopeIDObject

Returns the value of attribute envelopeID.



2810
2811
2812
# File 'lib/docusign/docusign.rb', line 2810

def envelopeID
  @envelopeID
end

#userIDObject

Returns the value of attribute userID.



2812
2813
2814
# File 'lib/docusign/docusign.rb', line 2812

def userID
  @userID
end