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.
2116 2117 2118 2119 2120 2121 |
# File 'lib/docusign/docusign.rb', line 2116 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.
2114 2115 2116 |
# File 'lib/docusign/docusign.rb', line 2114 def recipientEmail @recipientEmail end |
#senderAccountId ⇒ Object
Returns the value of attribute senderAccountId.
2113 2114 2115 |
# File 'lib/docusign/docusign.rb', line 2113 def senderAccountId @senderAccountId end |
#senderEmail ⇒ Object
Returns the value of attribute senderEmail.
2112 2113 2114 |
# File 'lib/docusign/docusign.rb', line 2112 def senderEmail @senderEmail end |
#userName ⇒ Object
Returns the value of attribute userName.
2111 2112 2113 |
# File 'lib/docusign/docusign.rb', line 2111 def userName @userName end |