Class: UU::BinaryStore::BinaryStoreRepository::BinaryStoreRepositoryCreate

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

Overview

DTO for creation of the new binary store repository.

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject



12
13
14
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 12

def code
  @code
end

#connection_uriObject



21
22
23
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 21

def connection_uri
  @connection_uri
end

#descriptionObject



15
16
17
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 15

def description
  @description
end

#max_sizeObject



18
19
20
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 18

def max_size
  @max_size
end

#nameObject



9
10
11
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_create.rb', line 9

def name
  @name
end