Method: Dbwatcher::Services::BaseService#call
- Defined in:
- lib/dbwatcher/services/base_service.rb
#call ⇒ Object
Perform service operation
42 43 44 |
# File 'lib/dbwatcher/services/base_service.rb', line 42 def call raise NotImplementedError, "#{self.class} must implement #call" end |