Class: Docusign::RequestRecipientToken

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#authenticationAssertionObject

Returns the value of attribute authenticationAssertion.



1521
1522
1523
# File 'lib/docusign/docusign.rb', line 1521

def authenticationAssertion
  @authenticationAssertion
end

#clientURLsObject

Returns the value of attribute clientURLs.



1522
1523
1524
# File 'lib/docusign/docusign.rb', line 1522

def clientURLs
  @clientURLs
end

#clientUserIDObject

Returns the value of attribute clientUserID.



1518
1519
1520
# File 'lib/docusign/docusign.rb', line 1518

def clientUserID
  @clientUserID
end

#emailObject

Returns the value of attribute email.



1520
1521
1522
# File 'lib/docusign/docusign.rb', line 1520

def email
  @email
end

#envelopeIDObject

Returns the value of attribute envelopeID.



1517
1518
1519
# File 'lib/docusign/docusign.rb', line 1517

def envelopeID
  @envelopeID
end

#usernameObject

Returns the value of attribute username.



1519
1520
1521
# File 'lib/docusign/docusign.rb', line 1519

def username
  @username
end