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.



1553
1554
1555
1556
1557
# File 'lib/docusign/docusign.rb', line 1553

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.



1550
1551
1552
# File 'lib/docusign/docusign.rb', line 1550

def accountID
  @accountID
end

#envelopeIDObject

Returns the value of attribute envelopeID.



1549
1550
1551
# File 'lib/docusign/docusign.rb', line 1549

def envelopeID
  @envelopeID
end

#userIDObject

Returns the value of attribute userID.



1551
1552
1553
# File 'lib/docusign/docusign.rb', line 1551

def userID
  @userID
end