class CodeOpsHPD

Public Class Methods

send_notification() click to toggle source
# File lib/code_ops.rb, line 2
def self.send_notification
    puts "Enviando Notificação"
    puts "Enviado com sucesso"
end