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.
979 980 981 982 983 |
# File 'lib/docusign/docusign.rb', line 979 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.
975 976 977 |
# File 'lib/docusign/docusign.rb', line 975 def accountEsignId @accountEsignId end |
#agreementDate ⇒ Object
Returns the value of attribute agreementDate.
977 978 979 |
# File 'lib/docusign/docusign.rb', line 977 def agreementDate @agreementDate end |
#userEsignId ⇒ Object
Returns the value of attribute userEsignId.
976 977 978 |
# File 'lib/docusign/docusign.rb', line 976 def userEsignId @userEsignId end |