Sha256: 3f9a2712836ccc4130b3b8573a5c5c26391460afdd2d0ae48c80bd1732481c6c
Contents?: true
Size: 424 Bytes
Versions: 29
Compression:
Stored size: 424 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Storage class SCP < Base class << self ## # Server credentials attr_accessor :username, :password ## # Server IP Address and SCP 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