Class: UU::BinaryStore::BinaryStoreControl::BinaryStoreGetStoreList
- Inherits:
-
OS::REST::PagingCriteria
- Object
- OS::REST::PagingCriteria
- UU::BinaryStore::BinaryStoreControl::BinaryStoreGetStoreList
- 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
-
#page_index ⇒ Fixnum
Result list page index.
-
#page_size ⇒ Fixnum
Result list page size.
-
#query_parameters ⇒ Hash
Query parameters.
Instance Attribute Details
#page_index ⇒ Fixnum
Result list page index. Attribute is optional, defaults to 0
.
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_size ⇒ Fixnum
Result list page size. This attribute is optional, defaults to the value defined by the server.
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_parameters ⇒ Hash
Query parameters. Attribute is optional.
12 13 14 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_get_store_list.rb', line 12 def query_parameters @query_parameters end |