Module: Simple::Service::ClassMethods
- Defined in:
- lib/simple/service.rb
Instance Method Summary collapse
-
#__simple_service_actions__ ⇒ Object
returns a Hash of actions provided by the service module.
Instance Method Details
#__simple_service_actions__ ⇒ Object
returns a Hash of actions provided by the service module.
66 67 68 |
# File 'lib/simple/service.rb', line 66 def __simple_service_actions__ # :nodoc: @__simple_service_actions__ ||= Action.enumerate(service: self) end |