Class: UU::BinaryStore::BinaryStoreRepository::BinaryStoreRepositorySetAttributes

Inherits:
OS::REST::DTO
  • Object
show all
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

#codeObject



17
18
19
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 17

def code
  @code
end

#connection_uriObject



26
27
28
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 26

def connection_uri
  @connection_uri
end

#descriptionObject



20
21
22
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 20

def description
  @description
end

#max_sizeObject



23
24
25
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 23

def max_size
  @max_size
end

#nameObject



14
15
16
# File 'lib/uu_binarystore/binary_store_repository/binary_store_repository_set_attributes.rb', line 14

def name
  @name
end