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.
1067 1068 1069 1070 1071 1072 |
# File 'lib/docusign/docusign.rb', line 1067 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.
1062 1063 1064 |
# File 'lib/docusign/docusign.rb', line 1062 def iD @iD end |
#name ⇒ Object
Returns the value of attribute name.
1063 1064 1065 |
# File 'lib/docusign/docusign.rb', line 1063 def name @name end |
#sequence ⇒ Object
Returns the value of attribute sequence.
1065 1066 1067 |
# File 'lib/docusign/docusign.rb', line 1065 def sequence @sequence end |
#templateName ⇒ Object
Returns the value of attribute templateName.
1064 1065 1066 |
# File 'lib/docusign/docusign.rb', line 1064 def templateName @templateName end |