Class: Dorsale::Service
- Inherits:
-
Object
- Object
- Dorsale::Service
- Defined in:
- app/services/dorsale/service.rb
Direct Known Subclasses
BillingMachine::Invoice::Copy, BillingMachine::PdfFileGenerator, BillingMachine::Quotation::Copy, BillingMachine::Quotation::ToInvoice, ExpenseGun::Expense::Copy, TagListForModel
Class Method Summary collapse
Class Method Details
.call(*args) ⇒ Object
2 3 4 |
# File 'app/services/dorsale/service.rb', line 2 def self.call(*args) new(*args).call end |