Class: UU::BinaryStore::BinaryStoreControl::BinaryStoreSetAttributes
- Inherits:
 - 
      OS::REST::DTO
      
        
- Object
 - OS::REST::DTO
 - UU::BinaryStore::BinaryStoreControl::BinaryStoreSetAttributes
 
 
- 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
- #allocated_size ⇒ Object
 - #code ⇒ Object
 - #description ⇒ Object
 - #max_object_size ⇒ Object
 - #max_size ⇒ Object
 - #name ⇒ Object
 
Instance Attribute Details
#allocated_size ⇒ Object
      27 28 29  | 
    
      # File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 27 def allocated_size @allocated_size end  | 
  
#code ⇒ Object
      15 16 17  | 
    
      # File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 15 def code @code end  | 
  
#description ⇒ Object
      18 19 20  | 
    
      # File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 18 def description @description end  | 
  
#max_object_size ⇒ Object
      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_size ⇒ Object
      21 22 23  | 
    
      # File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 21 def max_size @max_size end  | 
  
#name ⇒ Object
      12 13 14  | 
    
      # File 'lib/uu_binarystore/binary_store_control/binary_store_set_attributes.rb', line 12 def name @name end  |