Class: Services::NotifySltcProviderChangeContext

Inherits:
Object
  • Object
show all
Defined in:
app/contexts/services/notify_sltc_provider_change_context.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNotifySltcProviderChangeContext

Returns a new instance of NotifySltcProviderChangeContext.



9
10
11
# File 'app/contexts/services/notify_sltc_provider_change_context.rb', line 9

def initialize
  self.extend Services::SltcProviderChangeNotifier
end

Class Method Details

.callObject



5
6
7
# File 'app/contexts/services/notify_sltc_provider_change_context.rb', line 5

def self.call
  NotifySltcProviderChangeContext.new.call
end

Instance Method Details

#callObject



13
14
15
# File 'app/contexts/services/notify_sltc_provider_change_context.rb', line 13

def call
  self.notify
end