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.



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

#tabLabelObject

Returns the value of attribute tabLabel.



1519
1520
1521
# File 'lib/docusign/docusign.rb', line 1519

def tabLabel
  @tabLabel
end

#valueObject

Returns the value of attribute value.



1520
1521
1522
# File 'lib/docusign/docusign.rb', line 1520

def value
  @value
end