Sha256: 7f2fc8ad931aeff584bc1d7015ef8e5f61d0be170590ccfaf2e219138be6a6dc
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Notifier class Campfire < Base class << self ## # Campfire credentials attr_accessor :token, :subdomain, :room_id end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.12 | lib/backup/configuration/notifier/campfire.rb |