Class: Etapper::API::PagedDefinedFieldsRequest
- Inherits:
-
Object
- Object
- Etapper::API::PagedDefinedFieldsRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/servicePagedDefinedFieldsRequest
clearCache - SOAP::SOAPBoolean
count - SOAP::SOAPInt
start - SOAP::SOAPInt
applicationTypes - Etapper::API::ArrayOfint
categories - Etapper::API::ArrayOfstring
includeDisabledFields - SOAP::SOAPBoolean
includeDisabledValues - SOAP::SOAPBoolean
names - Etapper::API::ArrayOfstring
Instance Attribute Summary collapse
-
#applicationTypes ⇒ Object
Returns the value of attribute applicationTypes.
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#clearCache ⇒ Object
Returns the value of attribute clearCache.
-
#count ⇒ Object
Returns the value of attribute count.
-
#includeDisabledFields ⇒ Object
Returns the value of attribute includeDisabledFields.
-
#includeDisabledValues ⇒ Object
Returns the value of attribute includeDisabledValues.
-
#names ⇒ Object
Returns the value of attribute names.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Method Summary collapse
-
#initialize(clearCache = nil, count = nil, start = nil, applicationTypes = nil, categories = nil, includeDisabledFields = nil, includeDisabledValues = nil, names = nil) ⇒ PagedDefinedFieldsRequest
constructor
A new instance of PagedDefinedFieldsRequest.
Constructor Details
#initialize(clearCache = nil, count = nil, start = nil, applicationTypes = nil, categories = nil, includeDisabledFields = nil, includeDisabledValues = nil, names = nil) ⇒ PagedDefinedFieldsRequest
Returns a new instance of PagedDefinedFieldsRequest.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 |
# File 'lib/etapper/api/service.rb', line 2053 def initialize(clearCache = nil, count = nil, start = nil, applicationTypes = nil, categories = nil, includeDisabledFields = nil, includeDisabledValues = nil, names = nil) @clearCache = clearCache @count = count @start = start @applicationTypes = applicationTypes @categories = categories @includeDisabledFields = includeDisabledFields @includeDisabledValues = includeDisabledValues @names = names end |
Instance Attribute Details
#applicationTypes ⇒ Object
Returns the value of attribute applicationTypes.
2047 2048 2049 |
# File 'lib/etapper/api/service.rb', line 2047 def applicationTypes @applicationTypes end |
#categories ⇒ Object
Returns the value of attribute categories.
2048 2049 2050 |
# File 'lib/etapper/api/service.rb', line 2048 def categories @categories end |
#clearCache ⇒ Object
Returns the value of attribute clearCache.
2044 2045 2046 |
# File 'lib/etapper/api/service.rb', line 2044 def clearCache @clearCache end |
#count ⇒ Object
Returns the value of attribute count.
2045 2046 2047 |
# File 'lib/etapper/api/service.rb', line 2045 def count @count end |
#includeDisabledFields ⇒ Object
Returns the value of attribute includeDisabledFields.
2049 2050 2051 |
# File 'lib/etapper/api/service.rb', line 2049 def includeDisabledFields @includeDisabledFields end |
#includeDisabledValues ⇒ Object
Returns the value of attribute includeDisabledValues.
2050 2051 2052 |
# File 'lib/etapper/api/service.rb', line 2050 def includeDisabledValues @includeDisabledValues end |
#names ⇒ Object
Returns the value of attribute names.
2051 2052 2053 |
# File 'lib/etapper/api/service.rb', line 2051 def names @names end |
#start ⇒ Object
Returns the value of attribute start.
2046 2047 2048 |
# File 'lib/etapper/api/service.rb', line 2046 def start @start end |