Sha256: 71af87312f3e7bfc65009b110dd7ed7758c0e783c9b714aa5b5e1f35aaa28479
Contents?: true
Size: 227 Bytes
Versions: 21
Compression:
Stored size: 227 Bytes
Contents
module KirguduBase class StickyNotification attr_accessor :title attr_accessor :message def initialize(options = {}) options ||={} self.title = options[:title] self.message = options[:message] end end end
Version data entries
21 entries across 21 versions & 1 rubygems