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
Instance Attribute Summary collapse
-
#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.
-
#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) ⇒ 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) ⇒ TabStatus
Returns a new instance of TabStatus.
844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 |
# File 'lib/docusign/docusign.rb', line 844 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) @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 end |
Instance Attribute Details
#documentID ⇒ Object
Returns the value of attribute documentID.
836 837 838 |
# File 'lib/docusign/docusign.rb', line 836 def documentID @documentID end |
#listSelectedValue ⇒ Object
Returns the value of attribute listSelectedValue.
842 843 844 |
# File 'lib/docusign/docusign.rb', line 842 def listSelectedValue @listSelectedValue end |
#listValues ⇒ Object
Returns the value of attribute listValues.
841 842 843 |
# File 'lib/docusign/docusign.rb', line 841 def listValues @listValues end |
#originalValue ⇒ Object
Returns the value of attribute originalValue.
838 839 840 |
# File 'lib/docusign/docusign.rb', line 838 def originalValue @originalValue end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
837 838 839 |
# File 'lib/docusign/docusign.rb', line 837 def pageNumber @pageNumber end |
#roleName ⇒ Object
Returns the value of attribute roleName.
840 841 842 |
# File 'lib/docusign/docusign.rb', line 840 def roleName @roleName end |
#signed ⇒ Object
Returns the value of attribute signed.
832 833 834 |
# File 'lib/docusign/docusign.rb', line 832 def signed @signed end |
#status ⇒ Object
Returns the value of attribute status.
829 830 831 |
# File 'lib/docusign/docusign.rb', line 829 def status @status end |
#tabLabel ⇒ Object
Returns the value of attribute tabLabel.
833 834 835 |
# File 'lib/docusign/docusign.rb', line 833 def tabLabel @tabLabel end |
#tabName ⇒ Object
Returns the value of attribute tabName.
834 835 836 |
# File 'lib/docusign/docusign.rb', line 834 def tabName @tabName end |
#tabType ⇒ Object
Returns the value of attribute tabType.
828 829 830 |
# File 'lib/docusign/docusign.rb', line 828 def tabType @tabType end |
#tabValue ⇒ Object
Returns the value of attribute tabValue.
835 836 837 |
# File 'lib/docusign/docusign.rb', line 835 def tabValue @tabValue end |
#validationPattern ⇒ Object
Returns the value of attribute validationPattern.
839 840 841 |
# File 'lib/docusign/docusign.rb', line 839 def validationPattern @validationPattern end |
#xPosition ⇒ Object
Returns the value of attribute xPosition.
830 831 832 |
# File 'lib/docusign/docusign.rb', line 830 def xPosition @xPosition end |
#yPosition ⇒ Object
Returns the value of attribute yPosition.
831 832 833 |
# File 'lib/docusign/docusign.rb', line 831 def yPosition @yPosition end |