Class: UU::BinaryStore::BinaryStoreControl::BinaryStoreGetStoreList

Inherits:
OS::REST::PagingCriteria
  • Object
show all
Defined in:
lib/uu_binarystore/binary_store_control/binary_store_get_store_list.rb

Overview

DTO with criteria for listing of existing binary stores.

Instance Attribute Summary collapse

Instance Attribute Details

#page_indexFixnum

Result list page index. Attribute is optional, defaults to 0.

Returns:

  • (Fixnum)


16
17
18
# File 'lib/uu_binarystore/binary_store_control/binary_store_get_store_list.rb', line 16

def page_index
  @page_index
end

#page_sizeFixnum

Result list page size. This attribute is optional, defaults to the value defined by the server.

Returns:

  • (Fixnum)


20
21
22
# File 'lib/uu_binarystore/binary_store_control/binary_store_get_store_list.rb', line 20

def page_size
  @page_size
end

#query_parametersHash

Query parameters. Attribute is optional.

Returns:

  • (Hash)


12
13
14
# File 'lib/uu_binarystore/binary_store_control/binary_store_get_store_list.rb', line 12

def query_parameters
  @query_parameters
end