Class: Cleon::Services::Service
- Inherits:
-
Object
- Object
- Cleon::Services::Service
- Extended by:
- Forwardable
- Includes:
- ArGuards
- Defined in:
- lib/cleon/basics/service.rb
Direct Known Subclasses
Constant Summary
Constants included from ArGuards
Class Method Summary collapse
Instance Method Summary collapse
-
#call ⇒ Object
Should be implemented in subclasses.
Class Method Details
.call(*args) ⇒ Object
13 14 15 |
# File 'lib/cleon/basics/service.rb', line 13 def self.call(*args, **opts) new(*args, **opts).call end |
Instance Method Details
#call ⇒ Object
Should be implemented in subclasses
25 26 |
# File 'lib/cleon/basics/service.rb', line 25 def call end |