Class: UU::BinaryStore::BinaryStoreControl::BinaryStoreSetAttributes

Inherits:
OS::REST::DTO
  • Object
show all
Defined in:
lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb

Overview

DTO for updating of the existing binary store.

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_sizeObject



27
28
29
# File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 27

def allocated_size
  @allocated_size
end

#codeObject



15
16
17
# File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 15

def code
  @code
end

#descriptionObject



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

def description
  @description
end

#max_object_sizeObject



24
25
26
# File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 24

def max_object_size
  @max_object_size
end

#max_sizeObject



21
22
23
# File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 21

def max_size
  @max_size
end

#nameObject



12
13
14
# File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 12

def name
  @name
end