Class: Docusign::RequestRecipientToken
- Inherits:
-
Object
- Object
- Docusign::RequestRecipientToken
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0RequestRecipientToken
envelopeID - SOAP::SOAPString
clientUserID - SOAP::SOAPString
username - SOAP::SOAPString
email - SOAP::SOAPString
authenticationAssertion - Docusign::RequestRecipientTokenAuthenticationAssertion
clientURLs - Docusign::RequestRecipientTokenClientURLs
Instance Attribute Summary collapse
-
#authenticationAssertion ⇒ Object
Returns the value of attribute authenticationAssertion.
-
#clientURLs ⇒ Object
Returns the value of attribute clientURLs.
-
#clientUserID ⇒ Object
Returns the value of attribute clientUserID.
-
#email ⇒ Object
Returns the value of attribute email.
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(envelopeID = nil, clientUserID = nil, username = nil, email = nil, authenticationAssertion = nil, clientURLs = nil) ⇒ RequestRecipientToken
constructor
A new instance of RequestRecipientToken.
Constructor Details
#initialize(envelopeID = nil, clientUserID = nil, username = nil, email = nil, authenticationAssertion = nil, clientURLs = nil) ⇒ RequestRecipientToken
Returns a new instance of RequestRecipientToken.
2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'lib/docusign/docusign.rb', line 2785 def initialize(envelopeID = nil, clientUserID = nil, username = nil, email = nil, authenticationAssertion = nil, clientURLs = nil) @envelopeID = envelopeID @clientUserID = clientUserID @username = username @email = email @authenticationAssertion = authenticationAssertion @clientURLs = clientURLs end |
Instance Attribute Details
#authenticationAssertion ⇒ Object
Returns the value of attribute authenticationAssertion.
2782 2783 2784 |
# File 'lib/docusign/docusign.rb', line 2782 def authenticationAssertion @authenticationAssertion end |
#clientURLs ⇒ Object
Returns the value of attribute clientURLs.
2783 2784 2785 |
# File 'lib/docusign/docusign.rb', line 2783 def clientURLs @clientURLs end |
#clientUserID ⇒ Object
Returns the value of attribute clientUserID.
2779 2780 2781 |
# File 'lib/docusign/docusign.rb', line 2779 def clientUserID @clientUserID end |
#email ⇒ Object
Returns the value of attribute email.
2781 2782 2783 |
# File 'lib/docusign/docusign.rb', line 2781 def email @email end |
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
2778 2779 2780 |
# File 'lib/docusign/docusign.rb', line 2778 def envelopeID @envelopeID end |
#username ⇒ Object
Returns the value of attribute username.
2780 2781 2782 |
# File 'lib/docusign/docusign.rb', line 2780 def username @username end |