Class: Docusign::TabStatus

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#documentIDObject

Returns the value of attribute documentID.



836
837
838
# File 'lib/docusign/docusign.rb', line 836

def documentID
  @documentID
end

#listSelectedValueObject

Returns the value of attribute listSelectedValue.



842
843
844
# File 'lib/docusign/docusign.rb', line 842

def listSelectedValue
  @listSelectedValue
end

#listValuesObject

Returns the value of attribute listValues.



841
842
843
# File 'lib/docusign/docusign.rb', line 841

def listValues
  @listValues
end

#originalValueObject

Returns the value of attribute originalValue.



838
839
840
# File 'lib/docusign/docusign.rb', line 838

def originalValue
  @originalValue
end

#pageNumberObject

Returns the value of attribute pageNumber.



837
838
839
# File 'lib/docusign/docusign.rb', line 837

def pageNumber
  @pageNumber
end

#roleNameObject

Returns the value of attribute roleName.



840
841
842
# File 'lib/docusign/docusign.rb', line 840

def roleName
  @roleName
end

#signedObject

Returns the value of attribute signed.



832
833
834
# File 'lib/docusign/docusign.rb', line 832

def signed
  @signed
end

#statusObject

Returns the value of attribute status.



829
830
831
# File 'lib/docusign/docusign.rb', line 829

def status
  @status
end

#tabLabelObject

Returns the value of attribute tabLabel.



833
834
835
# File 'lib/docusign/docusign.rb', line 833

def tabLabel
  @tabLabel
end

#tabNameObject

Returns the value of attribute tabName.



834
835
836
# File 'lib/docusign/docusign.rb', line 834

def tabName
  @tabName
end

#tabTypeObject

Returns the value of attribute tabType.



828
829
830
# File 'lib/docusign/docusign.rb', line 828

def tabType
  @tabType
end

#tabValueObject

Returns the value of attribute tabValue.



835
836
837
# File 'lib/docusign/docusign.rb', line 835

def tabValue
  @tabValue
end

#validationPatternObject

Returns the value of attribute validationPattern.



839
840
841
# File 'lib/docusign/docusign.rb', line 839

def validationPattern
  @validationPattern
end

#xPositionObject

Returns the value of attribute xPosition.



830
831
832
# File 'lib/docusign/docusign.rb', line 830

def xPosition
  @xPosition
end

#yPositionObject

Returns the value of attribute yPosition.



831
832
833
# File 'lib/docusign/docusign.rb', line 831

def yPosition
  @yPosition
end