Class: Docusign::Expirations
- Inherits:
-
Object
- Object
- Docusign::Expirations
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0Expirations
expireEnabled - SOAP::SOAPBoolean
expireAfter - SOAP::SOAPNonNegativeInteger
expireWarn - SOAP::SOAPNonNegativeInteger
Instance Attribute Summary collapse
-
#expireAfter ⇒ Object
Returns the value of attribute expireAfter.
-
#expireEnabled ⇒ Object
Returns the value of attribute expireEnabled.
-
#expireWarn ⇒ Object
Returns the value of attribute expireWarn.
Instance Method Summary collapse
-
#initialize(expireEnabled = nil, expireAfter = nil, expireWarn = nil) ⇒ Expirations
constructor
A new instance of Expirations.
Constructor Details
#initialize(expireEnabled = nil, expireAfter = nil, expireWarn = nil) ⇒ Expirations
Returns a new instance of Expirations.
572 573 574 575 576 |
# File 'lib/docusign/docusign.rb', line 572 def initialize(expireEnabled = nil, expireAfter = nil, expireWarn = nil) @expireEnabled = expireEnabled @expireAfter = expireAfter @expireWarn = expireWarn end |
Instance Attribute Details
#expireAfter ⇒ Object
Returns the value of attribute expireAfter.
569 570 571 |
# File 'lib/docusign/docusign.rb', line 569 def expireAfter @expireAfter end |
#expireEnabled ⇒ Object
Returns the value of attribute expireEnabled.
568 569 570 |
# File 'lib/docusign/docusign.rb', line 568 def expireEnabled @expireEnabled end |
#expireWarn ⇒ Object
Returns the value of attribute expireWarn.
570 571 572 |
# File 'lib/docusign/docusign.rb', line 570 def expireWarn @expireWarn end |