Class: Etapper::API::DefinedField
- Inherits:
-
Object
- Object
- Etapper::API::DefinedField
- 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
-
#applicationTypes ⇒ Object
Returns the value of attribute applicationTypes.
-
#category ⇒ Object
Returns the value of attribute category.
-
#dataType ⇒ Object
Returns the value of attribute dataType.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#displayType ⇒ Object
Returns the value of attribute displayType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#required ⇒ Object
Returns the value of attribute required.
-
#securityRights ⇒ Object
Returns the value of attribute securityRights.
-
#system ⇒ Object
Returns the value of attribute system.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Method Summary collapse
-
#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
constructor
A new instance of DefinedField.
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
#applicationTypes ⇒ Object
Returns the value of attribute applicationTypes.
1832 1833 1834 |
# File 'lib/etapper/api/service.rb', line 1832 def applicationTypes @applicationTypes end |
#category ⇒ Object
Returns the value of attribute category.
1833 1834 1835 |
# File 'lib/etapper/api/service.rb', line 1833 def category @category end |
#dataType ⇒ Object
Returns the value of attribute dataType.
1834 1835 1836 |
# File 'lib/etapper/api/service.rb', line 1834 def dataType @dataType end |
#desc ⇒ Object
Returns the value of attribute desc.
1835 1836 1837 |
# File 'lib/etapper/api/service.rb', line 1835 def desc @desc end |
#disabled ⇒ Object
Returns the value of attribute disabled.
1836 1837 1838 |
# File 'lib/etapper/api/service.rb', line 1836 def disabled @disabled end |
#displayType ⇒ Object
Returns the value of attribute displayType.
1837 1838 1839 |
# File 'lib/etapper/api/service.rb', line 1837 def displayType @displayType end |
#name ⇒ Object
Returns the value of attribute name.
1838 1839 1840 |
# File 'lib/etapper/api/service.rb', line 1838 def name @name end |
#ref ⇒ Object
Returns the value of attribute ref.
1839 1840 1841 |
# File 'lib/etapper/api/service.rb', line 1839 def ref @ref end |
#required ⇒ Object
Returns the value of attribute required.
1840 1841 1842 |
# File 'lib/etapper/api/service.rb', line 1840 def required @required end |
#securityRights ⇒ Object
Returns the value of attribute securityRights.
1841 1842 1843 |
# File 'lib/etapper/api/service.rb', line 1841 def securityRights @securityRights end |
#system ⇒ Object
Returns the value of attribute system.
1842 1843 1844 |
# File 'lib/etapper/api/service.rb', line 1842 def system @system end |
#values ⇒ Object
Returns the value of attribute values.
1843 1844 1845 |
# File 'lib/etapper/api/service.rb', line 1843 def values @values end |