Class: CzechPostB2bClient::Services::Communicator
- Inherits:
-
Orchestrator
- Object
- SteppedService::Base
- Orchestrator
- CzechPostB2bClient::Services::Communicator
- Defined in:
- lib/czech_post_b2b_client/services/communicator.rb
Direct Known Subclasses
AddressSheetsGenerator, DeliveringInspector, ParcelsAsyncSender, ParcelsSendProcessUpdater, ParcelsSyncSender, TimePeriodStatisticator
Instance Attribute Summary
Attributes inherited from SteppedService::Base
Instance Method Summary collapse
Methods inherited from SteppedService::Base
call, #call, #errors, #failure?, #finished?, #success?
Instance Method Details
#steps ⇒ Object
6 7 8 |
# File 'lib/czech_post_b2b_client/services/communicator.rb', line 6 def steps %i[build_request call_api process_response] end |