Sha256: ed7cc270a1822834b5bf3b9374967bb1431c9291f260dbd515f2f991d1f86d9b
Contents?: true
Size: 412 Bytes
Versions: 9
Compression:
Stored size: 412 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Notifier class Presently < Base class << self ## # Presently subdomain attr_accessor :subdomain ## # Presently credentials attr_accessor :user_name, :password ## # Group id attr_accessor :group_id end end end end end
Version data entries
9 entries across 9 versions & 3 rubygems