Class: Docusign::TemplateReferenceFieldDataDataValue
- Inherits:
-
Object
- Object
- Docusign::TemplateReferenceFieldDataDataValue
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0TemplateReferenceFieldDataDataValue
tabLabel - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#tabLabel ⇒ Object
Returns the value of attribute tabLabel.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(tabLabel = nil, value = nil) ⇒ TemplateReferenceFieldDataDataValue
constructor
A new instance of TemplateReferenceFieldDataDataValue.
Constructor Details
#initialize(tabLabel = nil, value = nil) ⇒ TemplateReferenceFieldDataDataValue
Returns a new instance of TemplateReferenceFieldDataDataValue.
1687 1688 1689 1690 |
# File 'lib/docusign/docusign.rb', line 1687 def initialize(tabLabel = nil, value = nil) @tabLabel = tabLabel @value = value end |
Instance Attribute Details
#tabLabel ⇒ Object
Returns the value of attribute tabLabel.
1684 1685 1686 |
# File 'lib/docusign/docusign.rb', line 1684 def tabLabel @tabLabel end |
#value ⇒ Object
Returns the value of attribute value.
1685 1686 1687 |
# File 'lib/docusign/docusign.rb', line 1685 def value @value end |