Class: CzechPostB2bClient::Services::ParcelsSendProcessUpdater::ParcelsSendProcessUpdaterResult
- Inherits:
-
Struct
- Object
- Struct
- CzechPostB2bClient::Services::ParcelsSendProcessUpdater::ParcelsSendProcessUpdaterResult
- Defined in:
- lib/czech_post_b2b_client/services/parcels_send_process_updater.rb
Instance Attribute Summary collapse
-
#parcels_hash ⇒ Object
Returns the value of attribute parcels_hash.
-
#state_code ⇒ Object
Returns the value of attribute state_code.
-
#state_text ⇒ Object
Returns the value of attribute state_text.
Instance Attribute Details
#parcels_hash ⇒ Object
Returns the value of attribute parcels_hash
8 9 10 |
# File 'lib/czech_post_b2b_client/services/parcels_send_process_updater.rb', line 8 def parcels_hash @parcels_hash end |
#state_code ⇒ Object
Returns the value of attribute state_code
8 9 10 |
# File 'lib/czech_post_b2b_client/services/parcels_send_process_updater.rb', line 8 def state_code @state_code end |
#state_text ⇒ Object
Returns the value of attribute state_text
8 9 10 |
# File 'lib/czech_post_b2b_client/services/parcels_send_process_updater.rb', line 8 def state_text @state_text end |