Class: UU::BinaryStore::BinaryStoreControl::BinaryStoreCreate
- Inherits:
-
OS::REST::DTO
- Object
- OS::REST::DTO
- UU::BinaryStore::BinaryStoreControl::BinaryStoreCreate
- Defined in:
- lib/uu_binarystore/binary_store_control/binary_store_create.rb
Overview
DTO for creation of the new binary store.
Instance Attribute Summary collapse
- #access_group_uri ⇒ Object
- #allocated_size ⇒ Object
- #code ⇒ Object
- #description ⇒ Object
- #max_object_size ⇒ Object
- #max_size ⇒ Object
- #name ⇒ Object
Instance Attribute Details
#access_group_uri ⇒ Object
35 36 37 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 35 def access_group_uri @access_group_uri end |
#allocated_size ⇒ Object
29 30 31 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 29 def allocated_size @allocated_size end |
#code ⇒ Object
18 19 20 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 18 def code @code end |
#description ⇒ Object
22 23 24 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 22 def description @description end |
#max_object_size ⇒ Object
32 33 34 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 32 def max_object_size @max_object_size end |
#max_size ⇒ Object
26 27 28 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 26 def max_size @max_size end |
#name ⇒ Object
14 15 16 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 14 def name @name end |