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
scaleValue - SOAP::SOAPDecimal
customTabType - Docusign::CustomTabType

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, 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

#customTabTypeObject

Returns the value of attribute customTabType.



947
948
949
# File 'lib/docusign/docusign.rb', line 947

def customTabType
  @customTabType
end

#documentIDObject

Returns the value of attribute documentID.



939
940
941
# File 'lib/docusign/docusign.rb', line 939

def documentID
  @documentID
end

#listSelectedValueObject

Returns the value of attribute listSelectedValue.



945
946
947
# File 'lib/docusign/docusign.rb', line 945

def listSelectedValue
  @listSelectedValue
end

#listValuesObject

Returns the value of attribute listValues.



944
945
946
# File 'lib/docusign/docusign.rb', line 944

def listValues
  @listValues
end

#originalValueObject

Returns the value of attribute originalValue.



941
942
943
# File 'lib/docusign/docusign.rb', line 941

def originalValue
  @originalValue
end

#pageNumberObject

Returns the value of attribute pageNumber.



940
941
942
# File 'lib/docusign/docusign.rb', line 940

def pageNumber
  @pageNumber
end

#roleNameObject

Returns the value of attribute roleName.



943
944
945
# File 'lib/docusign/docusign.rb', line 943

def roleName
  @roleName
end

#scaleValueObject

Returns the value of attribute scaleValue.



946
947
948
# File 'lib/docusign/docusign.rb', line 946

def scaleValue
  @scaleValue
end

#signedObject

Returns the value of attribute signed.



935
936
937
# File 'lib/docusign/docusign.rb', line 935

def signed
  @signed
end

#statusObject

Returns the value of attribute status.



932
933
934
# File 'lib/docusign/docusign.rb', line 932

def status
  @status
end

#tabLabelObject

Returns the value of attribute tabLabel.



936
937
938
# File 'lib/docusign/docusign.rb', line 936

def tabLabel
  @tabLabel
end

#tabNameObject

Returns the value of attribute tabName.



937
938
939
# File 'lib/docusign/docusign.rb', line 937

def tabName
  @tabName
end

#tabTypeObject

Returns the value of attribute tabType.



931
932
933
# File 'lib/docusign/docusign.rb', line 931

def tabType
  @tabType
end

#tabValueObject

Returns the value of attribute tabValue.



938
939
940
# File 'lib/docusign/docusign.rb', line 938

def tabValue
  @tabValue
end

#validationPatternObject

Returns the value of attribute validationPattern.



942
943
944
# File 'lib/docusign/docusign.rb', line 942

def validationPattern
  @validationPattern
end

#xPositionObject

Returns the value of attribute xPosition.



933
934
935
# File 'lib/docusign/docusign.rb', line 933

def xPosition
  @xPosition
end

#yPositionObject

Returns the value of attribute yPosition.



934
935
936
# File 'lib/docusign/docusign.rb', line 934

def yPosition
  @yPosition
end