Class: Docusign::EnvelopeStatusChange
- Inherits:
-
Object
- Object
- Docusign::EnvelopeStatusChange
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0EnvelopeStatusChange
envelopeID - SOAP::SOAPString
status - Docusign::EnvelopeStatusCode
statusChanged - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
-
#status ⇒ Object
Returns the value of attribute status.
-
#statusChanged ⇒ Object
Returns the value of attribute statusChanged.
Instance Method Summary collapse
-
#initialize(envelopeID = nil, status = nil, statusChanged = nil) ⇒ EnvelopeStatusChange
constructor
A new instance of EnvelopeStatusChange.
Constructor Details
#initialize(envelopeID = nil, status = nil, statusChanged = nil) ⇒ EnvelopeStatusChange
Returns a new instance of EnvelopeStatusChange.
1352 1353 1354 1355 1356 |
# File 'lib/docusign/docusign.rb', line 1352 def initialize(envelopeID = nil, status = nil, statusChanged = nil) @envelopeID = envelopeID @status = status @statusChanged = statusChanged end |
Instance Attribute Details
#envelopeID ⇒ Object
Returns the value of attribute envelopeID.
1348 1349 1350 |
# File 'lib/docusign/docusign.rb', line 1348 def envelopeID @envelopeID end |
#status ⇒ Object
Returns the value of attribute status.
1349 1350 1351 |
# File 'lib/docusign/docusign.rb', line 1349 def status @status end |
#statusChanged ⇒ Object
Returns the value of attribute statusChanged.
1350 1351 1352 |
# File 'lib/docusign/docusign.rb', line 1350 def statusChanged @statusChanged end |