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