Class: UU::BinaryStore::BinaryStoreRepository::BinaryStoreRepositoryCreate
- Inherits:
-
OS::REST::DTO
- Object
- OS::REST::DTO
- UU::BinaryStore::BinaryStoreRepository::BinaryStoreRepositoryCreate
- Defined in:
- lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb
Overview
DTO for creation of the new binary store repository.
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ Object
12 13 14 |
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 12 def code @code end |
#connection_uri ⇒ Object
21 22 23 |
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 21 def connection_uri @connection_uri end |
#description ⇒ Object
15 16 17 |
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 15 def description @description end |
#max_size ⇒ Object
18 19 20 |
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 18 def max_size @max_size end |
#name ⇒ Object
9 10 11 |
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 9 def name @name end |