Module: Atech::ObjectStore

Defined in:
lib/atech/object_store.rb,
lib/atech/object_store/file.rb,
lib/atech/object_store/version.rb,
lib/atech/object_store/connection.rb

Overview

Global module, contains configuration information

Defined Under Namespace

Modules: Connection Classes: Error, File

Constant Summary collapse

VERSION =
'2.0.2'.freeze

Class Attribute Summary collapse

Class Attribute Details

.backend_optionsObject

Hash to be passed to Mysql2::Client when creating a new client



9
10
11
# File 'lib/atech/object_store.rb', line 9

def backend_options
  @backend_options
end

.maximum_file_sizeObject

Largest file that can be uploaded to the database



12
13
14
# File 'lib/atech/object_store.rb', line 12

def maximum_file_size
  @maximum_file_size
end