Class: Etapper::API::DefinedField

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceDefinedField

applicationTypes - Etapper::API::ArrayOfint
category - SOAP::SOAPString
dataType - SOAP::SOAPInt
desc - SOAP::SOAPString
disabled - SOAP::SOAPBoolean
displayType - SOAP::SOAPInt
name - SOAP::SOAPString
ref - SOAP::SOAPString
required - SOAP::SOAPBoolean
securityRights - Etapper::API::ArrayOfDefinedFieldValue
system - SOAP::SOAPBoolean
values - Etapper::API::ArrayOfDefinedFieldValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(applicationTypes = nil, category = nil, dataType = nil, desc = nil, disabled = nil, displayType = nil, name = nil, ref = nil, required = nil, securityRights = nil, system = nil, values = nil) ⇒ DefinedField

Returns a new instance of DefinedField.



1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
# File 'lib/etapper/api/service.rb', line 1845

def initialize(applicationTypes = nil, category = nil, dataType = nil, desc = nil, disabled = nil, displayType = nil, name = nil, ref = nil, required = nil, securityRights = nil, system = nil, values = nil)
  @applicationTypes = applicationTypes
  @category = category
  @dataType = dataType
  @desc = desc
  @disabled = disabled
  @displayType = displayType
  @name = name
  @ref = ref
  @required = required
  @securityRights = securityRights
  @system = system
  @values = values
end

Instance Attribute Details

#applicationTypesObject

Returns the value of attribute applicationTypes.



1832
1833
1834
# File 'lib/etapper/api/service.rb', line 1832

def applicationTypes
  @applicationTypes
end

#categoryObject

Returns the value of attribute category.



1833
1834
1835
# File 'lib/etapper/api/service.rb', line 1833

def category
  @category
end

#dataTypeObject

Returns the value of attribute dataType.



1834
1835
1836
# File 'lib/etapper/api/service.rb', line 1834

def dataType
  @dataType
end

#descObject

Returns the value of attribute desc.



1835
1836
1837
# File 'lib/etapper/api/service.rb', line 1835

def desc
  @desc
end

#disabledObject

Returns the value of attribute disabled.



1836
1837
1838
# File 'lib/etapper/api/service.rb', line 1836

def disabled
  @disabled
end

#displayTypeObject

Returns the value of attribute displayType.



1837
1838
1839
# File 'lib/etapper/api/service.rb', line 1837

def displayType
  @displayType
end

#nameObject

Returns the value of attribute name.



1838
1839
1840
# File 'lib/etapper/api/service.rb', line 1838

def name
  @name
end

#refObject

Returns the value of attribute ref.



1839
1840
1841
# File 'lib/etapper/api/service.rb', line 1839

def ref
  @ref
end

#requiredObject

Returns the value of attribute required.



1840
1841
1842
# File 'lib/etapper/api/service.rb', line 1840

def required
  @required
end

#securityRightsObject

Returns the value of attribute securityRights.



1841
1842
1843
# File 'lib/etapper/api/service.rb', line 1841

def securityRights
  @securityRights
end

#systemObject

Returns the value of attribute system.



1842
1843
1844
# File 'lib/etapper/api/service.rb', line 1842

def system
  @system
end

#valuesObject

Returns the value of attribute values.



1843
1844
1845
# File 'lib/etapper/api/service.rb', line 1843

def values
  @values
end