Method: Warped::Services::Base#call
- Defined in:
- lib/warped/services/base.rb
#call ⇒ Object
48 49 50 |
# File 'lib/warped/services/base.rb', line 48 def call raise NotImplementedError, "#{self.class.name}#call not implemented" end |