Class: ApplicationService

Inherits:
Object
  • Object
show all
Defined in:
lib/storage/application_service.rb

Direct Known Subclasses

Algolia::NormalizeId, Storage::Algolia::Base

Class Method Summary collapse

Class Method Details

.process(*args, &block) ⇒ Object



4
5
6
# File 'lib/storage/application_service.rb', line 4

def self.process(*args, &block)
  new(*args, &block).process
end