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.
2195 2196 2197 2198 2199 2200 2201 2202 |
# File 'lib/docusign/docusign.rb', line 2195 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.
2192 2193 2194 |
# File 'lib/docusign/docusign.rb', line 2192 def authenticationAssertion @authenticationAssertion end |
#clientURLs ⇒ Object
Returns the value of attribute clientURLs.
2193 2194 2195 |
# File 'lib/docusign/docusign.rb', line 2193 def clientURLs @clientURLs end |
#clientUserID ⇒ Object
Returns the value of attribute clientUserID.
2189 2190 2191 |
# File 'lib/docusign/docusign.rb', line 2189 def clientUserID @clientUserID end |
#email ⇒ Object
Returns the value of attribute email.
2191 2192 2193 |
# File 'lib/docusign/docusign.rb', line 2191 def email @email end |
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
2188 2189 2190 |
# File 'lib/docusign/docusign.rb', line 2188 def envelopeID @envelopeID end |
#username ⇒ Object
Returns the value of attribute username.
2190 2191 2192 |
# File 'lib/docusign/docusign.rb', line 2190 def username @username end |