class ServiceBase

Base Service class.

Public Class Methods

call(*args, &block) click to toggle source
# File lib/rosetta/service_base.rb, line 5
def self.call(*args, &block)
  new(*args, &block).call
end