Class: UU::BinaryStore::BinaryStoreRepository::BinaryStoreRepositorySetAttributes
- Inherits:
 - 
      OS::REST::DTO
      
        
- Object
 - OS::REST::DTO
 - UU::BinaryStore::BinaryStoreRepository::BinaryStoreRepositorySetAttributes
 
 
- Defined in:
 - lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb
 
Overview
DTO for updating the existing binary store repository.
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ Object
      17 18 19  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 17 def code @code end  | 
  
#connection_uri ⇒ Object
      26 27 28  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 26 def connection_uri @connection_uri end  | 
  
#description ⇒ Object
      20 21 22  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 20 def description @description end  | 
  
#max_size ⇒ Object
      23 24 25  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 23 def max_size @max_size end  | 
  
#name ⇒ Object
      14 15 16  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 14 def name @name end  |