class Capistrano3::Notification::Adapter
Attributes
env[R]
Public Class Methods
new(env)
click to toggle source
# File lib/capistrano3/notification/adapter.rb, line 10 def initialize(env) @env = env end
Public Instance Methods
notify(_message)
click to toggle source
# File lib/capistrano3/notification/adapter.rb, line 14 def notify(_message) raise 'this is abstract class' end
Private Instance Methods
user()
click to toggle source
# File lib/capistrano3/notification/adapter.rb, line 20 def user fetch(:notifier) end