Class: Travis::Tools::Notification::Dummy

Inherits:
Object
  • Object
show all
Defined in:
lib/travis/tools/notification.rb

Constant Summary collapse

BIN_PATH =

Instance Method Summary collapse

Instance Method Details

#available?Boolean

Returns:

  • (Boolean)


31
32
33
# File 'lib/travis/tools/notification.rb', line 31

def available?
  true
end

#notify(title, body) ⇒ Object



28
29
# File 'lib/travis/tools/notification.rb', line 28

def notify(title, body)
end