Class: Docusign::RecipientStatusEsignAgreementInformation
- Inherits:
-
Object
- Object
- Docusign::RecipientStatusEsignAgreementInformation
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0RecipientStatusEsignAgreementInformation
accountEsignId - SOAP::SOAPString
userEsignId - SOAP::SOAPString
agreementDate - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#accountEsignId ⇒ Object
Returns the value of attribute accountEsignId.
-
#agreementDate ⇒ Object
Returns the value of attribute agreementDate.
-
#userEsignId ⇒ Object
Returns the value of attribute userEsignId.
Instance Method Summary collapse
-
#initialize(accountEsignId = nil, userEsignId = nil, agreementDate = nil) ⇒ RecipientStatusEsignAgreementInformation
constructor
A new instance of RecipientStatusEsignAgreementInformation.
Constructor Details
#initialize(accountEsignId = nil, userEsignId = nil, agreementDate = nil) ⇒ RecipientStatusEsignAgreementInformation
Returns a new instance of RecipientStatusEsignAgreementInformation.
872 873 874 875 876 |
# File 'lib/docusign/docusign.rb', line 872 def initialize(accountEsignId = nil, userEsignId = nil, agreementDate = nil) @accountEsignId = accountEsignId @userEsignId = userEsignId @agreementDate = agreementDate end |
Instance Attribute Details
#accountEsignId ⇒ Object
Returns the value of attribute accountEsignId.
868 869 870 |
# File 'lib/docusign/docusign.rb', line 868 def accountEsignId @accountEsignId end |
#agreementDate ⇒ Object
Returns the value of attribute agreementDate.
870 871 872 |
# File 'lib/docusign/docusign.rb', line 870 def agreementDate @agreementDate end |
#userEsignId ⇒ Object
Returns the value of attribute userEsignId.
869 870 871 |
# File 'lib/docusign/docusign.rb', line 869 def userEsignId @userEsignId end |