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.
1522 1523 1524 1525 |
# File 'lib/docusign/docusign.rb', line 1522 def initialize(tabLabel = nil, value = nil) @tabLabel = tabLabel @value = value end |
Instance Attribute Details
#tabLabel ⇒ Object
Returns the value of attribute tabLabel.
1519 1520 1521 |
# File 'lib/docusign/docusign.rb', line 1519 def tabLabel @tabLabel end |
#value ⇒ Object
Returns the value of attribute value.
1520 1521 1522 |
# File 'lib/docusign/docusign.rb', line 1520 def value @value end |