class Docusign::TabStatus
{www.docusign.net/API/3.0}TabStatus
tabType - Docusign::TabTypeCode status - SOAP::SOAPString xPosition - SOAP::SOAPDouble yPosition - SOAP::SOAPDouble signed - SOAP::SOAPDateTime tabLabel - SOAP::SOAPString tabName - SOAP::SOAPString tabValue - SOAP::SOAPString documentID - SOAP::SOAPPositiveInteger pageNumber - SOAP::SOAPNonNegativeInteger originalValue - SOAP::SOAPString validationPattern - SOAP::SOAPString roleName - SOAP::SOAPString listValues - SOAP::SOAPString listSelectedValue - SOAP::SOAPString scaleValue - SOAP::SOAPDecimal customTabType - Docusign::CustomTabType
Attributes
customTabType[RW]
documentID[RW]
listSelectedValue[RW]
listValues[RW]
originalValue[RW]
pageNumber[RW]
roleName[RW]
scaleValue[RW]
signed[RW]
status[RW]
tabLabel[RW]
tabName[RW]
tabType[RW]
tabValue[RW]
validationPattern[RW]
xPosition[RW]
yPosition[RW]
Public Class Methods
new(tabType = nil, status = nil, xPosition = nil, yPosition = nil, signed = nil, tabLabel = nil, tabName = nil, tabValue = nil, documentID = nil, pageNumber = nil, originalValue = nil, validationPattern = nil, roleName = nil, listValues = nil, listSelectedValue = nil, scaleValue = nil, customTabType = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 949 def initialize(tabType = nil, status = nil, xPosition = nil, yPosition = nil, signed = nil, tabLabel = nil, tabName = nil, tabValue = nil, documentID = nil, pageNumber = nil, originalValue = nil, validationPattern = nil, roleName = nil, listValues = nil, listSelectedValue = nil, scaleValue = nil, customTabType = nil) @tabType = tabType @status = status @xPosition = xPosition @yPosition = yPosition @signed = signed @tabLabel = tabLabel @tabName = tabName @tabValue = tabValue @documentID = documentID @pageNumber = pageNumber @originalValue = originalValue @validationPattern = validationPattern @roleName = roleName @listValues = listValues @listSelectedValue = listSelectedValue @scaleValue = scaleValue @customTabType = customTabType end