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
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/docusign/docusign.rb', line 1524 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.
1521 1522 1523 |
# File 'lib/docusign/docusign.rb', line 1521 def authenticationAssertion @authenticationAssertion end |
#clientURLs ⇒ Object
Returns the value of attribute clientURLs.
1522 1523 1524 |
# File 'lib/docusign/docusign.rb', line 1522 def clientURLs @clientURLs end |
#clientUserID ⇒ Object
Returns the value of attribute clientUserID.
1518 1519 1520 |
# File 'lib/docusign/docusign.rb', line 1518 def clientUserID @clientUserID end |
#email ⇒ Object
Returns the value of attribute email.
1520 1521 1522 |
# File 'lib/docusign/docusign.rb', line 1520 def email @email end |
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
1517 1518 1519 |
# File 'lib/docusign/docusign.rb', line 1517 def envelopeID @envelopeID end |
#username ⇒ Object
Returns the value of attribute username.
1519 1520 1521 |
# File 'lib/docusign/docusign.rb', line 1519 def username @username end |