Method: Notifaction::Type::Base#initialize
- Defined in:
- lib/notifaction/type.rb
#initialize ⇒ Base
Returns a new instance of Base.
21 22 23 24 |
# File 'lib/notifaction/type.rb', line 21 def initialize @user_conf = Notifaction::Cfg.new @style = Notifaction::Style.new end |