Sha256: 8722f694fbd983d33e9bddec91140725dd77f86a22ef80d142c5c56628e4cf32
Contents?: true
Size: 424 Bytes
Versions: 22
Compression:
Stored size: 424 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Storage class FTP < Base class << self ## # Server credentials attr_accessor :username, :password ## # Server IP Address and FTP port attr_accessor :ip, :port ## # Path to store backups to attr_accessor :path end end end end end
Version data entries
22 entries across 22 versions & 3 rubygems