Class: Service::ActionBase
- Inherits:
-
Object
- Object
- Service::ActionBase
- Extended by:
- Dry::Initializer
- Defined in:
- lib/service/action_base.rb
Direct Known Subclasses
User::Action::SilenceAll, User::Action::SuspendAll, User::Action::TriggerPostAction
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.call ⇒ Object
6 7 8 |
# File 'lib/service/action_base.rb', line 6 def self.call(...) new(...).call end |
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/service/action_base.rb', line 10 def call raise "Not implemented" end |