Class: Docusign::TabStatus
- Inherits:
-
Object
- Object
- Docusign::TabStatus
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0TabStatus
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
Instance Attribute Summary collapse
-
#customTabType ⇒ Object
Returns the value of attribute customTabType.
-
#documentID ⇒ Object
Returns the value of attribute documentID.
-
#listSelectedValue ⇒ Object
Returns the value of attribute listSelectedValue.
-
#listValues ⇒ Object
Returns the value of attribute listValues.
-
#originalValue ⇒ Object
Returns the value of attribute originalValue.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#roleName ⇒ Object
Returns the value of attribute roleName.
-
#scaleValue ⇒ Object
Returns the value of attribute scaleValue.
-
#signed ⇒ Object
Returns the value of attribute signed.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tabLabel ⇒ Object
Returns the value of attribute tabLabel.
-
#tabName ⇒ Object
Returns the value of attribute tabName.
-
#tabType ⇒ Object
Returns the value of attribute tabType.
-
#tabValue ⇒ Object
Returns the value of attribute tabValue.
-
#validationPattern ⇒ Object
Returns the value of attribute validationPattern.
-
#xPosition ⇒ Object
Returns the value of attribute xPosition.
-
#yPosition ⇒ Object
Returns the value of attribute yPosition.
Instance Method Summary collapse
-
#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) ⇒ TabStatus
constructor
A new instance of TabStatus.
Constructor Details
#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) ⇒ TabStatus
Returns a new instance of TabStatus.
949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 |
# 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 |
Instance Attribute Details
#customTabType ⇒ Object
Returns the value of attribute customTabType.
947 948 949 |
# File 'lib/docusign/docusign.rb', line 947 def customTabType @customTabType end |
#documentID ⇒ Object
Returns the value of attribute documentID.
939 940 941 |
# File 'lib/docusign/docusign.rb', line 939 def documentID @documentID end |
#listSelectedValue ⇒ Object
Returns the value of attribute listSelectedValue.
945 946 947 |
# File 'lib/docusign/docusign.rb', line 945 def listSelectedValue @listSelectedValue end |
#listValues ⇒ Object
Returns the value of attribute listValues.
944 945 946 |
# File 'lib/docusign/docusign.rb', line 944 def listValues @listValues end |
#originalValue ⇒ Object
Returns the value of attribute originalValue.
941 942 943 |
# File 'lib/docusign/docusign.rb', line 941 def originalValue @originalValue end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
940 941 942 |
# File 'lib/docusign/docusign.rb', line 940 def pageNumber @pageNumber end |
#roleName ⇒ Object
Returns the value of attribute roleName.
943 944 945 |
# File 'lib/docusign/docusign.rb', line 943 def roleName @roleName end |
#scaleValue ⇒ Object
Returns the value of attribute scaleValue.
946 947 948 |
# File 'lib/docusign/docusign.rb', line 946 def scaleValue @scaleValue end |
#signed ⇒ Object
Returns the value of attribute signed.
935 936 937 |
# File 'lib/docusign/docusign.rb', line 935 def signed @signed end |
#status ⇒ Object
Returns the value of attribute status.
932 933 934 |
# File 'lib/docusign/docusign.rb', line 932 def status @status end |
#tabLabel ⇒ Object
Returns the value of attribute tabLabel.
936 937 938 |
# File 'lib/docusign/docusign.rb', line 936 def tabLabel @tabLabel end |
#tabName ⇒ Object
Returns the value of attribute tabName.
937 938 939 |
# File 'lib/docusign/docusign.rb', line 937 def tabName @tabName end |
#tabType ⇒ Object
Returns the value of attribute tabType.
931 932 933 |
# File 'lib/docusign/docusign.rb', line 931 def tabType @tabType end |
#tabValue ⇒ Object
Returns the value of attribute tabValue.
938 939 940 |
# File 'lib/docusign/docusign.rb', line 938 def tabValue @tabValue end |
#validationPattern ⇒ Object
Returns the value of attribute validationPattern.
942 943 944 |
# File 'lib/docusign/docusign.rb', line 942 def validationPattern @validationPattern end |
#xPosition ⇒ Object
Returns the value of attribute xPosition.
933 934 935 |
# File 'lib/docusign/docusign.rb', line 933 def xPosition @xPosition end |
#yPosition ⇒ Object
Returns the value of attribute yPosition.
934 935 936 |
# File 'lib/docusign/docusign.rb', line 934 def yPosition @yPosition end |