Method: Injectable::ClassMethods#call
- Defined in:
- lib/injectable/class_methods.rb
#call(args = {}) ⇒ Object
Use the service with the params declared with ‘.argument’
55 56 57 |
# File 'lib/injectable/class_methods.rb', line 55 def call(args = {}) new.call(args) end |