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