Class: UU::BinaryStore::BinaryStoreRepository::BinaryStoreRepositoryAttributes
- Inherits:
 - 
      OS::REST::DTO
      
        
- Object
 - OS::REST::DTO
 - UU::BinaryStore::BinaryStoreRepository::BinaryStoreRepositoryAttributes
 
 
- Defined in:
 - lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb
 
Overview
DTO representing binary store repository attributes.
Instance Attribute Summary collapse
- 
  
    
      #binary_store_count  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Current count of binary stores in repository.
 - 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Code of the binary store repository.
 - 
  
    
      #connection_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Connection URI for repository storage database.
 - 
  
    
      #current_size  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Current total size of the binary store repository (in KB).
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the binary store repository.
 - 
  
    
      #max_size  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum size of the binary store repository (in KB).
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the binary store repository.
 - 
  
    
      #uri  ⇒ UU::OS::UESURI 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
URI of the binary store repository.
 
Instance Attribute Details
#binary_store_count ⇒ Fixnum
Current count of binary stores in repository.
      38 39 40  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb', line 38 def binary_store_count @binary_store_count end  | 
  
#code ⇒ String
Code of the binary store repository.
      22 23 24  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb', line 22 def code @code end  | 
  
#connection_uri ⇒ String
Connection URI for repository storage database.
      42 43 44  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb', line 42 def connection_uri @connection_uri end  | 
  
#current_size ⇒ Fixnum
Current total size of the binary store repository (in KB).
      34 35 36  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb', line 34 def current_size @current_size end  | 
  
#description ⇒ String
Description of the binary store repository.
      26 27 28  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb', line 26 def description @description end  | 
  
#max_size ⇒ Fixnum
Maximum size of the binary store repository (in KB).
      30 31 32  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb', line 30 def max_size @max_size end  | 
  
#name ⇒ String
Name of the binary store repository.
      18 19 20  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb', line 18 def name @name end  | 
  
#uri ⇒ UU::OS::UESURI
URI of the binary store repository.
      14 15 16  | 
    
      # File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_attributes.rb', line 14 def uri @uri end  |