module Sorta::Transactions::Service::Extended

Public Instance Methods

call(opts) click to toggle source
# File lib/sorta/transactions/service.rb, line 13
def call(opts)
  new.call(opts)
end