Class: CodeOpsHPD

Inherits:
Object
  • Object
show all
Defined in:
lib/code_ops.rb

Class Method Summary collapse

Class Method Details

.send_notificationObject



2
3
4
5
# File 'lib/code_ops.rb', line 2

def self.send_notification
    puts "Enviando Notificação"
    puts "Enviado com sucesso"
end