Class: UU::BinaryStore::BinaryStoreControl::BinaryStoreCreate

Inherits:
OS::REST::DTO
  • Object
show all
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

Instance Attribute Details

#access_group_uriObject



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_sizeObject



29
30
31
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 29

def allocated_size
  @allocated_size
end

#codeObject



18
19
20
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 18

def code
  @code
end

#descriptionObject



22
23
24
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 22

def description
  @description
end

#max_object_sizeObject



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_sizeObject



26
27
28
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 26

def max_size
  @max_size
end

#nameObject



14
15
16
# File 'lib/uu_binarystore/binary_store_control/binary_store_create.rb', line 14

def name
  @name
end