Class: Flexite::ActionService
- Inherits:
-
Object
- Object
- Flexite::ActionService
- Defined in:
- app/services/flexite/action_service.rb
Direct Known Subclasses
Config::CreateService, Config::UpdateService, Entry::ArrayCreateService, Entry::ArrayUpdateService, Entry::CreateService, Entry::DestroyArrayEntryService, Entry::DestroyService, Entry::UpdateService
Defined Under Namespace
Classes: Result
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(form, params = {}) ⇒ ActionService
constructor
A new instance of ActionService.
Constructor Details
#initialize(form, params = {}) ⇒ ActionService
Returns a new instance of ActionService.
3 4 5 6 |
# File 'app/services/flexite/action_service.rb', line 3 def initialize(form, params = {}) @form = form @params = params end |
Instance Method Details
#call ⇒ Object
8 9 10 |
# File 'app/services/flexite/action_service.rb', line 8 def call raise NotImplementedError end |