Class: UU::ObjectStore::ObjectStoreRepository::ObjectStoreRepositoryGetRepositoryList
- Inherits:
-
UU::OS::REST::DTO
- Object
- UU::OS::REST::DTO
- UU::ObjectStore::ObjectStoreRepository::ObjectStoreRepositoryGetRepositoryList
- Defined in:
- uu_objectstore-0.6.5/lib/uu/object_store/object_store_repository/object_store_repository_get_repository_list.rb
Overview
DTO with criteria for listing of existing object store repositories.
Instance Attribute Summary (collapse)
-
- (Fixnum) page_index
Result list page index.
-
- (Fixnum) page_size
Result list page size.
Method Summary
Methods inherited from UU::OS::REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Fixnum) page_index
Result list page index. Attribute is optional, defaults to 0
.
12 13 14 |
# File 'uu_objectstore-0.6.5/lib/uu/object_store/object_store_repository/object_store_repository_get_repository_list.rb', line 12 def page_index @page_index end |
- (Fixnum) page_size
Result list page size. Attribute is optional, default to value defined by server.
16 17 18 |
# File 'uu_objectstore-0.6.5/lib/uu/object_store/object_store_repository/object_store_repository_get_repository_list.rb', line 16 def page_size @page_size end |