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.
634 635 636 637 638 |
# File 'lib/docusign/docusign.rb', line 634 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.
631 632 633 |
# File 'lib/docusign/docusign.rb', line 631 def expireAfter @expireAfter end |
#expireEnabled ⇒ Object
Returns the value of attribute expireEnabled.
630 631 632 |
# File 'lib/docusign/docusign.rb', line 630 def expireEnabled @expireEnabled end |
#expireWarn ⇒ Object
Returns the value of attribute expireWarn.
632 633 634 |
# File 'lib/docusign/docusign.rb', line 632 def expireWarn @expireWarn end |