Class: Docusign::DocumentStatus
- Inherits:
-
Object
- Object
- Docusign::DocumentStatus
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0DocumentStatus
iD - SOAP::SOAPPositiveInteger
name - SOAP::SOAPString
templateName - SOAP::SOAPString
sequence - SOAP::SOAPPositiveInteger
Instance Attribute Summary collapse
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#templateName ⇒ Object
Returns the value of attribute templateName.
Instance Method Summary collapse
-
#initialize(iD = nil, name = nil, templateName = nil, sequence = nil) ⇒ DocumentStatus
constructor
A new instance of DocumentStatus.
Constructor Details
#initialize(iD = nil, name = nil, templateName = nil, sequence = nil) ⇒ DocumentStatus
Returns a new instance of DocumentStatus.
960 961 962 963 964 965 |
# File 'lib/docusign/docusign.rb', line 960 def initialize(iD = nil, name = nil, templateName = nil, sequence = nil) @iD = iD @name = name @templateName = templateName @sequence = sequence end |
Instance Attribute Details
#iD ⇒ Object
Returns the value of attribute iD.
955 956 957 |
# File 'lib/docusign/docusign.rb', line 955 def iD @iD end |
#name ⇒ Object
Returns the value of attribute name.
956 957 958 |
# File 'lib/docusign/docusign.rb', line 956 def name @name end |
#sequence ⇒ Object
Returns the value of attribute sequence.
958 959 960 |
# File 'lib/docusign/docusign.rb', line 958 def sequence @sequence end |
#templateName ⇒ Object
Returns the value of attribute templateName.
957 958 959 |
# File 'lib/docusign/docusign.rb', line 957 def templateName @templateName end |