Module: Flexite::Entry::InnerProcessable
- Extended by:
- ActiveSupport::Concern
- Included in:
- ArrayCreateService, ArrayUpdateService
- Defined in:
- app/services/flexite/entry/inner_processable.rb
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
6 7 8 9 |
# File 'app/services/flexite/entry/inner_processable.rb', line 6 def initialize(*) super @process_result = ActionService::Result.new end |