Class: Docusign::TemplateReferenceFieldDataDataValue

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign/docusign.rb

Overview

http://www.docusign.net/API/3.0TemplateReferenceFieldDataDataValue

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#tabLabelObject

Returns the value of attribute tabLabel.



1684
1685
1686
# File 'lib/docusign/docusign.rb', line 1684

def tabLabel
  @tabLabel
end

#valueObject

Returns the value of attribute value.



1685
1686
1687
# File 'lib/docusign/docusign.rb', line 1685

def value
  @value
end