Module: EDB

Defined in:
lib/edb/edb.rb,
lib/edb/dbms.rb,
lib/edb/dumper.rb,
lib/edb/logger.rb,
lib/edb/storage.rb,
lib/edb/version.rb,
lib/edb/dbms/mysql.rb,
lib/edb/storage/s3.rb,
lib/edb/storage/ftp.rb,
lib/edb/cryptography.rb,
lib/edb/dbms/postgresql.rb,
lib/edb/storage/filesystem.rb,
lib/edb/is_module_supported.rb,
lib/edb/cryptography/aes_256_cbc.rb

Overview

– Copyright© 2015 Giovanni Capuano <[email protected]>

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of
   conditions and the following disclaimer.

THIS SOFTWARE IS PROVIDED BY Giovanni Capuano ”AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Giovanni Capuano OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Giovanni Capuano. ++

Defined Under Namespace

Modules: Cryptography, DBMS, IsModuleSupported, Logger, Storage Classes: Dumper

Constant Summary collapse

VERSION =
'0.6.1'

Class Method Summary collapse

Class Method Details

.optsObject



27
28
29
# File 'lib/edb/edb.rb', line 27

def opts
  @@opts
end

.opts=(options) ⇒ Object



31
32
33
# File 'lib/edb/edb.rb', line 31

def opts=(options)
  @@opts = options
end