class Docusign::TemplateReferenceFieldDataDataValue

{www.docusign.net/API/3.0}TemplateReferenceFieldDataDataValue

tabLabel - SOAP::SOAPString
value - SOAP::SOAPString

Attributes

tabLabel[RW]
value[RW]

Public Class Methods

new(tabLabel = nil, value = nil) click to toggle source
# File lib/docusign/docusign.rb, line 1687
def initialize(tabLabel = nil, value = nil)
  @tabLabel = tabLabel
  @value = value
end