Class: CzechPostB2bClient::Services::ParcelsSubmissionCloser
- Inherits:
-
ParcelsAsyncSender
- Object
- SteppedService::Base
- Orchestrator
- Communicator
- ParcelsAsyncSender
- CzechPostB2bClient::Services::ParcelsSubmissionCloser
- Defined in:
- lib/czech_post_b2b_client/services/parcels_submission_closer.rb
Instance Attribute Summary collapse
-
#sending_data ⇒ Object
readonly
Returns the value of attribute sending_data.
Attributes inherited from ParcelsAsyncSender
Attributes inherited from SteppedService::Base
Instance Method Summary collapse
-
#initialize(sending_data:) ⇒ ParcelsSubmissionCloser
constructor
A new instance of ParcelsSubmissionCloser.
Methods inherited from Communicator
Methods inherited from SteppedService::Base
call, #call, #errors, #failure?, #finished?, #steps, #success?
Constructor Details
#initialize(sending_data:) ⇒ ParcelsSubmissionCloser
Returns a new instance of ParcelsSubmissionCloser.
8 9 10 |
# File 'lib/czech_post_b2b_client/services/parcels_submission_closer.rb', line 8 def initialize(sending_data:) @sending_data = sending_data end |
Instance Attribute Details
#sending_data ⇒ Object (readonly)
Returns the value of attribute sending_data.
6 7 8 |
# File 'lib/czech_post_b2b_client/services/parcels_submission_closer.rb', line 6 def sending_data @sending_data end |