Class: Docusign::GetRecipientEsignList
- Inherits:
-
Object
- Object
- Docusign::GetRecipientEsignList
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0GetRecipientEsignList
userName - SOAP::SOAPString
senderEmail - SOAP::SOAPString
senderAccountId - SOAP::SOAPString
recipientEmail - SOAP::SOAPString
Instance Attribute Summary collapse
-
#recipientEmail ⇒ Object
Returns the value of attribute recipientEmail.
-
#senderAccountId ⇒ Object
Returns the value of attribute senderAccountId.
-
#senderEmail ⇒ Object
Returns the value of attribute senderEmail.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(userName = nil, senderEmail = nil, senderAccountId = nil, recipientEmail = nil) ⇒ GetRecipientEsignList
constructor
A new instance of GetRecipientEsignList.
Constructor Details
#initialize(userName = nil, senderEmail = nil, senderAccountId = nil, recipientEmail = nil) ⇒ GetRecipientEsignList
Returns a new instance of GetRecipientEsignList.
2706 2707 2708 2709 2710 2711 |
# File 'lib/docusign/docusign.rb', line 2706 def initialize(userName = nil, senderEmail = nil, senderAccountId = nil, recipientEmail = nil) @userName = userName @senderEmail = senderEmail @senderAccountId = senderAccountId @recipientEmail = recipientEmail end |
Instance Attribute Details
#recipientEmail ⇒ Object
Returns the value of attribute recipientEmail.
2704 2705 2706 |
# File 'lib/docusign/docusign.rb', line 2704 def recipientEmail @recipientEmail end |
#senderAccountId ⇒ Object
Returns the value of attribute senderAccountId.
2703 2704 2705 |
# File 'lib/docusign/docusign.rb', line 2703 def senderAccountId @senderAccountId end |
#senderEmail ⇒ Object
Returns the value of attribute senderEmail.
2702 2703 2704 |
# File 'lib/docusign/docusign.rb', line 2702 def senderEmail @senderEmail end |
#userName ⇒ Object
Returns the value of attribute userName.
2701 2702 2703 |
# File 'lib/docusign/docusign.rb', line 2701 def userName @userName end |