Class: Etapper::API::PagedDefinedFieldsRequest

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

Instance Method Summary collapse

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

#applicationTypesObject

Returns the value of attribute applicationTypes.



2047
2048
2049
# File 'lib/etapper/api/service.rb', line 2047

def applicationTypes
  @applicationTypes
end

#categoriesObject

Returns the value of attribute categories.



2048
2049
2050
# File 'lib/etapper/api/service.rb', line 2048

def categories
  @categories
end

#clearCacheObject

Returns the value of attribute clearCache.



2044
2045
2046
# File 'lib/etapper/api/service.rb', line 2044

def clearCache
  @clearCache
end

#countObject

Returns the value of attribute count.



2045
2046
2047
# File 'lib/etapper/api/service.rb', line 2045

def count
  @count
end

#includeDisabledFieldsObject

Returns the value of attribute includeDisabledFields.



2049
2050
2051
# File 'lib/etapper/api/service.rb', line 2049

def includeDisabledFields
  @includeDisabledFields
end

#includeDisabledValuesObject

Returns the value of attribute includeDisabledValues.



2050
2051
2052
# File 'lib/etapper/api/service.rb', line 2050

def includeDisabledValues
  @includeDisabledValues
end

#namesObject

Returns the value of attribute names.



2051
2052
2053
# File 'lib/etapper/api/service.rb', line 2051

def names
  @names
end

#startObject

Returns the value of attribute start.



2046
2047
2048
# File 'lib/etapper/api/service.rb', line 2046

def start
  @start
end