Class: GacoCms::ApplicationService

Inherits:
Object
  • Object
show all
Defined in:
app/services/gaco_cms/application_service.rb

Direct Known Subclasses

ShortcodeParser

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ ApplicationService

Returns a new instance of ApplicationService.



5
# File 'app/services/gaco_cms/application_service.rb', line 5

def initialize(*args); end

Class Method Details

.call(*args, **kwargs) ⇒ Object

See Also:



9
10
11
# File 'app/services/gaco_cms/application_service.rb', line 9

def call(*args, **kwargs)
  new(*args, **kwargs).call
end

Instance Method Details

#delay(settings = {}) ⇒ self

Returns itself

Parameters:

  • settings (Hash) (defaults to: {})

Returns:

  • (self)

    returns itself



# File 'app/services/gaco_cms/application_service.rb', line 13