Class: UU::ObjectStore::ObjectStoreControl::ObjectStoreTransfer
- Inherits:
-
UU::OS::REST::DTO
- Object
- UU::OS::REST::DTO
- UU::ObjectStore::ObjectStoreControl::ObjectStoreTransfer
- Defined in:
- uu_objectstore-0.6.5/lib/uu/object_store/object_store_control/object_store_transfer.rb
Overview
DTO for transfer of the object store.
Instance Attribute Summary (collapse)
-
- (UU::OS::UESURI) object_store_repository_uri
URI of object store repository where should be object store transferred.
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
- (UU::OS::UESURI) object_store_repository_uri
URI of object store repository where should be object store transferred. Attribute is mandatory.
14 15 16 |
# File 'uu_objectstore-0.6.5/lib/uu/object_store/object_store_control/object_store_transfer.rb', line 14 def object_store_repository_uri @object_store_repository_uri end |