Class: Notification

Inherits:
Object
  • Object
show all
Defined in:
lib/chores_kit/chore/notification.rb

Instance Method Summary collapse

Constructor Details

#initialize(condition) ⇒ Notification

Returns a new instance of Notification.



2
3
4
5
# File 'lib/chores_kit/chore/notification.rb', line 2

def initialize(condition)
  @condition = condition
  @commands = []
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args) ⇒ Object



7
8
# File 'lib/chores_kit/chore/notification.rb', line 7

def method_missing(name, *args)
end