czech_post_b2b_client 1.2.5 → 1.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (491) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -0
  3. data/CHANGELOG.md +7 -0
  4. data/lib/czech_post_b2b_client/b2b_errors.rb +4 -2
  5. data/lib/czech_post_b2b_client/configuration.rb +1 -1
  6. data/lib/czech_post_b2b_client/post_services.rb +3 -2
  7. data/lib/czech_post_b2b_client/printing_templates.rb +0 -4
  8. data/lib/czech_post_b2b_client/request_builders/base_builder.rb +1 -0
  9. data/lib/czech_post_b2b_client/request_builders/get_parcel_state_builder.rb +1 -0
  10. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +1 -0
  11. data/lib/czech_post_b2b_client/request_builders/get_result_parcels_builder.rb +1 -0
  12. data/lib/czech_post_b2b_client/request_builders/get_stats_builder.rb +1 -0
  13. data/lib/czech_post_b2b_client/request_builders/parcel_service_sync_builder.rb +22 -18
  14. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +6 -7
  15. data/lib/czech_post_b2b_client/response_codes.rb +43 -0
  16. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +14 -13
  17. data/lib/czech_post_b2b_client/response_parsers/get_parcel_state_parser.rb +1 -1
  18. data/lib/czech_post_b2b_client/response_parsers/get_parcels_printing_parser.rb +9 -9
  19. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +2 -2
  20. data/lib/czech_post_b2b_client/response_parsers/get_stats_parser.rb +5 -8
  21. data/lib/czech_post_b2b_client/response_parsers/parcel_service_sync_parser.rb +8 -5
  22. data/lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb +2 -2
  23. data/lib/czech_post_b2b_client/services/address_sheets_generator.rb +6 -3
  24. data/lib/czech_post_b2b_client/services/api_caller.rb +7 -4
  25. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +1 -0
  26. data/lib/czech_post_b2b_client/services/orchestrator.rb +1 -1
  27. data/lib/czech_post_b2b_client/services/parcels_async_sender.rb +5 -2
  28. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +8 -3
  29. data/lib/czech_post_b2b_client/services/parcels_submission_closer.rb +1 -1
  30. data/lib/czech_post_b2b_client/services/parcels_sync_sender.rb +9 -4
  31. data/lib/czech_post_b2b_client/services/time_period_statisticator.rb +10 -4
  32. data/lib/czech_post_b2b_client/services/xsds_downloader.rb +3 -1
  33. data/lib/czech_post_b2b_client/version.rb +1 -1
  34. metadata +5 -462
  35. data/doc/CzechPostB2bClient/B2BErrors/BadRequestError.html +0 -145
  36. data/doc/CzechPostB2bClient/B2BErrors/BaseError.html +0 -411
  37. data/doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html +0 -145
  38. data/doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html +0 -145
  39. data/doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html +0 -145
  40. data/doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html +0 -145
  41. data/doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html +0 -145
  42. data/doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html +0 -145
  43. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html +0 -145
  44. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html +0 -145
  45. data/doc/CzechPostB2bClient/B2BErrors.html +0 -255
  46. data/doc/CzechPostB2bClient/Configuration.html +0 -1013
  47. data/doc/CzechPostB2bClient/Error.html +0 -128
  48. data/doc/CzechPostB2bClient/PostServices/AddreseeVerification.html +0 -129
  49. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalByEmail.html +0 -129
  50. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySms.html +0 -140
  51. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySmsAndEmail.html +0 -129
  52. data/doc/CzechPostB2bClient/PostServices/AddresseeVerificationOnDelivery.html +0 -129
  53. data/doc/CzechPostB2bClient/PostServices/AfternoonDelivery.html +0 -129
  54. data/doc/CzechPostB2bClient/PostServices/Base.html +0 -351
  55. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKA.html +0 -129
  56. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKC.html +0 -129
  57. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryInternational.html +0 -129
  58. data/doc/CzechPostB2bClient/PostServices/CertificateOfDelivery.html +0 -148
  59. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseeOnly.html +0 -140
  60. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseePersonOnly.html +0 -129
  61. data/doc/CzechPostB2bClient/PostServices/CompanyRegisteredMail.html +0 -141
  62. data/doc/CzechPostB2bClient/PostServices/CompleteDelivery.html +0 -129
  63. data/doc/CzechPostB2bClient/PostServices/Consignment.html +0 -129
  64. data/doc/CzechPostB2bClient/PostServices/CumbersomeParcel.html +0 -129
  65. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseeOnly.html +0 -129
  66. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseePersonOnly.html +0 -129
  67. data/doc/CzechPostB2bClient/PostServices/DeliverToCompany.html +0 -147
  68. data/doc/CzechPostB2bClient/PostServices/DepositFor10Days.html +0 -129
  69. data/doc/CzechPostB2bClient/PostServices/DepositFor10WorkingDays.html +0 -129
  70. data/doc/CzechPostB2bClient/PostServices/DepositFor3Days.html +0 -129
  71. data/doc/CzechPostB2bClient/PostServices/DepositFor7Days.html +0 -129
  72. data/doc/CzechPostB2bClient/PostServices/DepositFor90Days.html +0 -129
  73. data/doc/CzechPostB2bClient/PostServices/DepositIfAdresseeIsUnreachable.html +0 -141
  74. data/doc/CzechPostB2bClient/PostServices/DiscountForCollectiveShippment.html +0 -129
  75. data/doc/CzechPostB2bClient/PostServices/DiscountForOnlinePosting.html +0 -129
  76. data/doc/CzechPostB2bClient/PostServices/DoNotDeposit.html +0 -129
  77. data/doc/CzechPostB2bClient/PostServices/DoNotExtendCollectionTime.html +0 -148
  78. data/doc/CzechPostB2bClient/PostServices/DoNotPutIntoMailbox.html +0 -129
  79. data/doc/CzechPostB2bClient/PostServices/DoNotResend.html +0 -129
  80. data/doc/CzechPostB2bClient/PostServices/DoNotReturnLeaveItInMailbox.html +0 -129
  81. data/doc/CzechPostB2bClient/PostServices/DoNotReturnToSender.html +0 -129
  82. data/doc/CzechPostB2bClient/PostServices/Document.html +0 -129
  83. data/doc/CzechPostB2bClient/PostServices/DocumentlessCashOnDelivery.html +0 -147
  84. data/doc/CzechPostB2bClient/PostServices/DocumentsSignedAtDelivery.html +0 -129
  85. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliveryEmail.html +0 -129
  86. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySms.html +0 -140
  87. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySmsAndEmail.html +0 -129
  88. data/doc/CzechPostB2bClient/PostServices/EconomyDelivery.html +0 -140
  89. data/doc/CzechPostB2bClient/PostServices/ExtendedCollectionTime.html +0 -129
  90. data/doc/CzechPostB2bClient/PostServices/ForenoonDelivery.html +0 -129
  91. data/doc/CzechPostB2bClient/PostServices/Fragile.html +0 -129
  92. data/doc/CzechPostB2bClient/PostServices/GiftOrNonCommercialGoods.html +0 -148
  93. data/doc/CzechPostB2bClient/PostServices/GoodsWithExportDocumentsProcessed.html +0 -148
  94. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtSaturday.html +0 -129
  95. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtWeekend.html +0 -129
  96. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeTo2PM.html +0 -129
  97. data/doc/CzechPostB2bClient/PostServices/HeavyParcelDeliveryToHand.html +0 -129
  98. data/doc/CzechPostB2bClient/PostServices/InformSenderAboutDelivery.html +0 -129
  99. data/doc/CzechPostB2bClient/PostServices/InternationalMail.html +0 -129
  100. data/doc/CzechPostB2bClient/PostServices/InternationalMailForBlinds.html +0 -129
  101. data/doc/CzechPostB2bClient/PostServices/InternationalPrintedMatterBag.html +0 -129
  102. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMail.html +0 -129
  103. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMailForBlinds.html +0 -129
  104. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredPrintedMatterBag.html +0 -129
  105. data/doc/CzechPostB2bClient/PostServices/ListedPrice.html +0 -129
  106. data/doc/CzechPostB2bClient/PostServices/Missed.html +0 -129
  107. data/doc/CzechPostB2bClient/PostServices/Missive.html +0 -129
  108. data/doc/CzechPostB2bClient/PostServices/MissiveStandard.html +0 -129
  109. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippment.html +0 -129
  110. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippmentBig.html +0 -129
  111. data/doc/CzechPostB2bClient/PostServices/NonStandardPackage.html +0 -148
  112. data/doc/CzechPostB2bClient/PostServices/OldApplianceRemoval.html +0 -129
  113. data/doc/CzechPostB2bClient/PostServices/OnPalette.html +0 -140
  114. data/doc/CzechPostB2bClient/PostServices/ParcelSizeL.html +0 -129
  115. data/doc/CzechPostB2bClient/PostServices/ParcelSizeM.html +0 -129
  116. data/doc/CzechPostB2bClient/PostServices/ParcelSizeS.html +0 -129
  117. data/doc/CzechPostB2bClient/PostServices/ParcelSizeXL.html +0 -129
  118. data/doc/CzechPostB2bClient/PostServices/PickupByThirdPerson.html +0 -129
  119. data/doc/CzechPostB2bClient/PostServices/PosteRestante.html +0 -129
  120. data/doc/CzechPostB2bClient/PostServices/PreprocessedBySorting.html +0 -148
  121. data/doc/CzechPostB2bClient/PostServices/PrioritaireByAir.html +0 -129
  122. data/doc/CzechPostB2bClient/PostServices/RegisteredMail.html +0 -129
  123. data/doc/CzechPostB2bClient/PostServices/RegisteredMailForBlinds.html +0 -129
  124. data/doc/CzechPostB2bClient/PostServices/RegisteredMailStandard.html +0 -129
  125. data/doc/CzechPostB2bClient/PostServices/ResendToOtherAddress.html +0 -129
  126. data/doc/CzechPostB2bClient/PostServices/ResponseEnvelope.html +0 -129
  127. data/doc/CzechPostB2bClient/PostServices/ResponseShipment.html +0 -129
  128. data/doc/CzechPostB2bClient/PostServices/ReturnByAir.html +0 -129
  129. data/doc/CzechPostB2bClient/PostServices/ReturnEconomically.html +0 -129
  130. data/doc/CzechPostB2bClient/PostServices/ReturnOfGoods.html +0 -129
  131. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderAfterXDays.html +0 -148
  132. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderImmediately.html +0 -129
  133. data/doc/CzechPostB2bClient/PostServices/SaveKey.html +0 -148
  134. data/doc/CzechPostB2bClient/PostServices/SubmissionByPostbox.html +0 -129
  135. data/doc/CzechPostB2bClient/PostServices/SubmissionReceiptCopy.html +0 -129
  136. data/doc/CzechPostB2bClient/PostServices/ThisSideUp.html +0 -148
  137. data/doc/CzechPostB2bClient/PostServices/ValuableContent.html +0 -129
  138. data/doc/CzechPostB2bClient/PostServices.html +0 -197
  139. data/doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html +0 -129
  140. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html +0 -129
  141. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html +0 -129
  142. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html +0 -129
  143. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html +0 -129
  144. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html +0 -129
  145. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel.html +0 -141
  146. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel4OnPage.html +0 -129
  147. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html +0 -129
  148. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard2OnPage.html +0 -129
  149. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html +0 -129
  150. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html +0 -129
  151. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html +0 -129
  152. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html +0 -115
  153. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html +0 -129
  154. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html +0 -129
  155. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html +0 -117
  156. data/doc/CzechPostB2bClient/PrintingTemplates/Base.html +0 -279
  157. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html +0 -129
  158. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html +0 -129
  159. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html +0 -129
  160. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html +0 -129
  161. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22.html +0 -129
  162. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN224OnPage.html +0 -129
  163. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK.html +0 -129
  164. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK4OnPage.html +0 -129
  165. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN23.html +0 -129
  166. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration.html +0 -115
  167. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html +0 -129
  168. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html +0 -129
  169. data/doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html +0 -129
  170. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html +0 -129
  171. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html +0 -129
  172. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html +0 -129
  173. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html +0 -129
  174. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope.html +0 -115
  175. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html +0 -141
  176. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html +0 -129
  177. data/doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html +0 -129
  178. data/doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html +0 -129
  179. data/doc/CzechPostB2bClient/PrintingTemplates.html +0 -199
  180. data/doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html +0 -396
  181. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html +0 -329
  182. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html +0 -470
  183. data/doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html +0 -329
  184. data/doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html +0 -403
  185. data/doc/CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html +0 -414
  186. data/doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html +0 -414
  187. data/doc/CzechPostB2bClient/RequestBuilders.html +0 -117
  188. data/doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html +0 -134
  189. data/doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html +0 -134
  190. data/doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html +0 -134
  191. data/doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html +0 -134
  192. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html +0 -134
  193. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html +0 -134
  194. data/doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html +0 -134
  195. data/doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html +0 -134
  196. data/doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html +0 -134
  197. data/doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html +0 -134
  198. data/doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html +0 -134
  199. data/doc/CzechPostB2bClient/ResponseCodes/BadHeight.html +0 -134
  200. data/doc/CzechPostB2bClient/ResponseCodes/BadLength.html +0 -134
  201. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html +0 -134
  202. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html +0 -134
  203. data/doc/CzechPostB2bClient/ResponseCodes/BadPrice.html +0 -134
  204. data/doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html +0 -134
  205. data/doc/CzechPostB2bClient/ResponseCodes/BadWeight.html +0 -134
  206. data/doc/CzechPostB2bClient/ResponseCodes/BadWidth.html +0 -134
  207. data/doc/CzechPostB2bClient/ResponseCodes/BaseCode.html +0 -640
  208. data/doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html +0 -134
  209. data/doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html +0 -134
  210. data/doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html +0 -134
  211. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html +0 -134
  212. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html +0 -134
  213. data/doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html +0 -134
  214. data/doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html +0 -134
  215. data/doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html +0 -134
  216. data/doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html +0 -134
  217. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html +0 -134
  218. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html +0 -134
  219. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html +0 -134
  220. data/doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html +0 -134
  221. data/doc/CzechPostB2bClient/ResponseCodes/FullSequence.html +0 -134
  222. data/doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html +0 -134
  223. data/doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html +0 -134
  224. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html +0 -134
  225. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html +0 -134
  226. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html +0 -134
  227. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html +0 -134
  228. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html +0 -134
  229. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html +0 -134
  230. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html +0 -134
  231. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html +0 -134
  232. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html +0 -134
  233. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html +0 -134
  234. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html +0 -134
  235. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html +0 -134
  236. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html +0 -134
  237. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html +0 -134
  238. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html +0 -134
  239. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html +0 -134
  240. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html +0 -134
  241. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html +0 -134
  242. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html +0 -134
  243. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html +0 -134
  244. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html +0 -134
  245. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html +0 -134
  246. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html +0 -134
  247. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html +0 -134
  248. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html +0 -134
  249. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html +0 -134
  250. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html +0 -134
  251. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html +0 -134
  252. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html +0 -134
  253. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html +0 -134
  254. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html +0 -134
  255. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html +0 -134
  256. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html +0 -134
  257. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html +0 -134
  258. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html +0 -134
  259. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html +0 -134
  260. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html +0 -134
  261. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html +0 -134
  262. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html +0 -134
  263. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html +0 -134
  264. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html +0 -134
  265. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html +0 -134
  266. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html +0 -134
  267. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService9.html +0 -134
  268. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html +0 -134
  269. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html +0 -134
  270. data/doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html +0 -134
  271. data/doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html +0 -134
  272. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html +0 -134
  273. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html +0 -134
  274. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html +0 -134
  275. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html +0 -134
  276. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html +0 -134
  277. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html +0 -134
  278. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html +0 -134
  279. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html +0 -134
  280. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html +0 -134
  281. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html +0 -134
  282. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html +0 -134
  283. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html +0 -134
  284. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html +0 -134
  285. data/doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html +0 -145
  286. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html +0 -134
  287. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html +0 -134
  288. data/doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html +0 -134
  289. data/doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html +0 -134
  290. data/doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html +0 -134
  291. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html +0 -134
  292. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html +0 -134
  293. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html +0 -134
  294. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html +0 -134
  295. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html +0 -134
  296. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html +0 -134
  297. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html +0 -134
  298. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html +0 -134
  299. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html +0 -134
  300. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html +0 -134
  301. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html +0 -134
  302. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html +0 -134
  303. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html +0 -134
  304. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html +0 -134
  305. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html +0 -134
  306. data/doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html +0 -134
  307. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html +0 -134
  308. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html +0 -134
  309. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html +0 -134
  310. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html +0 -134
  311. data/doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html +0 -134
  312. data/doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html +0 -134
  313. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html +0 -134
  314. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html +0 -134
  315. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html +0 -134
  316. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html +0 -134
  317. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html +0 -134
  318. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html +0 -134
  319. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html +0 -134
  320. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html +0 -134
  321. data/doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html +0 -134
  322. data/doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html +0 -134
  323. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html +0 -134
  324. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html +0 -145
  325. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html +0 -134
  326. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html +0 -134
  327. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html +0 -134
  328. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html +0 -134
  329. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html +0 -134
  330. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html +0 -134
  331. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html +0 -134
  332. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html +0 -134
  333. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html +0 -134
  334. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html +0 -134
  335. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html +0 -134
  336. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html +0 -134
  337. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html +0 -134
  338. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html +0 -134
  339. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html +0 -134
  340. data/doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html +0 -134
  341. data/doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html +0 -134
  342. data/doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html +0 -134
  343. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html +0 -134
  344. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html +0 -134
  345. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html +0 -134
  346. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html +0 -134
  347. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html +0 -134
  348. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html +0 -134
  349. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html +0 -134
  350. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html +0 -134
  351. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html +0 -134
  352. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html +0 -134
  353. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html +0 -134
  354. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html +0 -134
  355. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html +0 -134
  356. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html +0 -134
  357. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html +0 -134
  358. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html +0 -134
  359. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html +0 -134
  360. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html +0 -134
  361. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html +0 -134
  362. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html +0 -134
  363. data/doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html +0 -134
  364. data/doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html +0 -134
  365. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html +0 -134
  366. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html +0 -134
  367. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html +0 -134
  368. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html +0 -134
  369. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html +0 -134
  370. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html +0 -134
  371. data/doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html +0 -134
  372. data/doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html +0 -134
  373. data/doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html +0 -134
  374. data/doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html +0 -134
  375. data/doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html +0 -134
  376. data/doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html +0 -134
  377. data/doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html +0 -134
  378. data/doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html +0 -134
  379. data/doc/CzechPostB2bClient/ResponseCodes/MissingLength.html +0 -134
  380. data/doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html +0 -134
  381. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html +0 -134
  382. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html +0 -134
  383. data/doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html +0 -134
  384. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html +0 -134
  385. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html +0 -134
  386. data/doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html +0 -134
  387. data/doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html +0 -134
  388. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html +0 -134
  389. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html +0 -134
  390. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html +0 -134
  391. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html +0 -134
  392. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html +0 -134
  393. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html +0 -134
  394. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html +0 -134
  395. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html +0 -134
  396. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html +0 -134
  397. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html +0 -134
  398. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html +0 -134
  399. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html +0 -134
  400. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html +0 -134
  401. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html +0 -134
  402. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html +0 -134
  403. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html +0 -134
  404. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html +0 -134
  405. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html +0 -134
  406. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html +0 -134
  407. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html +0 -134
  408. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html +0 -134
  409. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html +0 -134
  410. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html +0 -134
  411. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html +0 -134
  412. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html +0 -134
  413. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html +0 -134
  414. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html +0 -134
  415. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html +0 -134
  416. data/doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html +0 -134
  417. data/doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html +0 -134
  418. data/doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html +0 -134
  419. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html +0 -134
  420. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html +0 -134
  421. data/doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html +0 -134
  422. data/doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html +0 -134
  423. data/doc/CzechPostB2bClient/ResponseCodes/NfoCancelService9.html +0 -134
  424. data/doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html +0 -134
  425. data/doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html +0 -134
  426. data/doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html +0 -134
  427. data/doc/CzechPostB2bClient/ResponseCodes/Ok.html +0 -134
  428. data/doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html +0 -134
  429. data/doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html +0 -134
  430. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html +0 -134
  431. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html +0 -134
  432. data/doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html +0 -134
  433. data/doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html +0 -134
  434. data/doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html +0 -134
  435. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html +0 -134
  436. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html +0 -134
  437. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html +0 -134
  438. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html +0 -134
  439. data/doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html +0 -134
  440. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html +0 -134
  441. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html +0 -134
  442. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html +0 -134
  443. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html +0 -134
  444. data/doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html +0 -134
  445. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html +0 -134
  446. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html +0 -134
  447. data/doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html +0 -134
  448. data/doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html +0 -134
  449. data/doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html +0 -134
  450. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html +0 -134
  451. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html +0 -134
  452. data/doc/CzechPostB2bClient/ResponseCodes.html +0 -266
  453. data/doc/CzechPostB2bClient/ResponseParsers/BaseParser.html +0 -283
  454. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html +0 -548
  455. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html +0 -463
  456. data/doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html +0 -631
  457. data/doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html +0 -347
  458. data/doc/CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html +0 -805
  459. data/doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html +0 -374
  460. data/doc/CzechPostB2bClient/ResponseParsers.html +0 -117
  461. data/doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html +0 -451
  462. data/doc/CzechPostB2bClient/Services/ApiCaller.html +0 -311
  463. data/doc/CzechPostB2bClient/Services/Communicator.html +0 -220
  464. data/doc/CzechPostB2bClient/Services/DeliveringInspector.html +0 -324
  465. data/doc/CzechPostB2bClient/Services/Orchestrator.html +0 -143
  466. data/doc/CzechPostB2bClient/Services/ParcelsAsyncSender.html +0 -402
  467. data/doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html +0 -377
  468. data/doc/CzechPostB2bClient/Services/ParcelsSender.html +0 -190
  469. data/doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html +0 -337
  470. data/doc/CzechPostB2bClient/Services/ParcelsSyncSender.html +0 -464
  471. data/doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html +0 -398
  472. data/doc/CzechPostB2bClient/Services/XsdsDownloader.html +0 -289
  473. data/doc/CzechPostB2bClient/Services.html +0 -117
  474. data/doc/CzechPostB2bClient.html +0 -475
  475. data/doc/SteppedService/Base.html +0 -706
  476. data/doc/SteppedService/Errors.html +0 -365
  477. data/doc/SteppedService.html +0 -225
  478. data/doc/_index.html +0 -3323
  479. data/doc/class_list.html +0 -51
  480. data/doc/css/common.css +0 -1
  481. data/doc/css/full_list.css +0 -58
  482. data/doc/css/style.css +0 -496
  483. data/doc/file.README.html +0 -382
  484. data/doc/file_list.html +0 -56
  485. data/doc/frames.html +0 -17
  486. data/doc/index.html +0 -382
  487. data/doc/js/app.js +0 -314
  488. data/doc/js/full_list.js +0 -216
  489. data/doc/js/jquery.js +0 -4
  490. data/doc/method_list.html +0 -1131
  491. data/doc/top-level-namespace.html +0 -110
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: czech_post_b2b_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petr Mlčoch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-06 00:00:00.000000000 Z
11
+ date: 2022-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ox
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '0.80'
103
+ version: 1.26.1
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '0.80'
110
+ version: 1.26.1
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rubocop-minitest
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -154,463 +154,6 @@ files:
154
154
  - bin/setup
155
155
  - certs/postsignum_qca4_root.pem
156
156
  - certs/postsignum_vca5_sub.pem
157
- - doc/CzechPostB2bClient.html
158
- - doc/CzechPostB2bClient/B2BErrors.html
159
- - doc/CzechPostB2bClient/B2BErrors/BadRequestError.html
160
- - doc/CzechPostB2bClient/B2BErrors/BaseError.html
161
- - doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html
162
- - doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html
163
- - doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html
164
- - doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html
165
- - doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html
166
- - doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html
167
- - doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html
168
- - doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html
169
- - doc/CzechPostB2bClient/Configuration.html
170
- - doc/CzechPostB2bClient/Error.html
171
- - doc/CzechPostB2bClient/PostServices.html
172
- - doc/CzechPostB2bClient/PostServices/AddreseeVerification.html
173
- - doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalByEmail.html
174
- - doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySms.html
175
- - doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySmsAndEmail.html
176
- - doc/CzechPostB2bClient/PostServices/AddresseeVerificationOnDelivery.html
177
- - doc/CzechPostB2bClient/PostServices/AfternoonDelivery.html
178
- - doc/CzechPostB2bClient/PostServices/Base.html
179
- - doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKA.html
180
- - doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKC.html
181
- - doc/CzechPostB2bClient/PostServices/CashOnDeliveryInternational.html
182
- - doc/CzechPostB2bClient/PostServices/CertificateOfDelivery.html
183
- - doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseeOnly.html
184
- - doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseePersonOnly.html
185
- - doc/CzechPostB2bClient/PostServices/CompanyRegisteredMail.html
186
- - doc/CzechPostB2bClient/PostServices/CompleteDelivery.html
187
- - doc/CzechPostB2bClient/PostServices/Consignment.html
188
- - doc/CzechPostB2bClient/PostServices/CumbersomeParcel.html
189
- - doc/CzechPostB2bClient/PostServices/DeliverToAdresseeOnly.html
190
- - doc/CzechPostB2bClient/PostServices/DeliverToAdresseePersonOnly.html
191
- - doc/CzechPostB2bClient/PostServices/DeliverToCompany.html
192
- - doc/CzechPostB2bClient/PostServices/DepositFor10Days.html
193
- - doc/CzechPostB2bClient/PostServices/DepositFor10WorkingDays.html
194
- - doc/CzechPostB2bClient/PostServices/DepositFor3Days.html
195
- - doc/CzechPostB2bClient/PostServices/DepositFor7Days.html
196
- - doc/CzechPostB2bClient/PostServices/DepositFor90Days.html
197
- - doc/CzechPostB2bClient/PostServices/DepositIfAdresseeIsUnreachable.html
198
- - doc/CzechPostB2bClient/PostServices/DiscountForCollectiveShippment.html
199
- - doc/CzechPostB2bClient/PostServices/DiscountForOnlinePosting.html
200
- - doc/CzechPostB2bClient/PostServices/DoNotDeposit.html
201
- - doc/CzechPostB2bClient/PostServices/DoNotExtendCollectionTime.html
202
- - doc/CzechPostB2bClient/PostServices/DoNotPutIntoMailbox.html
203
- - doc/CzechPostB2bClient/PostServices/DoNotResend.html
204
- - doc/CzechPostB2bClient/PostServices/DoNotReturnLeaveItInMailbox.html
205
- - doc/CzechPostB2bClient/PostServices/DoNotReturnToSender.html
206
- - doc/CzechPostB2bClient/PostServices/Document.html
207
- - doc/CzechPostB2bClient/PostServices/DocumentlessCashOnDelivery.html
208
- - doc/CzechPostB2bClient/PostServices/DocumentsSignedAtDelivery.html
209
- - doc/CzechPostB2bClient/PostServices/EAlertOfDeliveryEmail.html
210
- - doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySms.html
211
- - doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySmsAndEmail.html
212
- - doc/CzechPostB2bClient/PostServices/EconomyDelivery.html
213
- - doc/CzechPostB2bClient/PostServices/ExtendedCollectionTime.html
214
- - doc/CzechPostB2bClient/PostServices/ForenoonDelivery.html
215
- - doc/CzechPostB2bClient/PostServices/Fragile.html
216
- - doc/CzechPostB2bClient/PostServices/GiftOrNonCommercialGoods.html
217
- - doc/CzechPostB2bClient/PostServices/GoodsWithExportDocumentsProcessed.html
218
- - doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtSaturday.html
219
- - doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtWeekend.html
220
- - doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeTo2PM.html
221
- - doc/CzechPostB2bClient/PostServices/HeavyParcelDeliveryToHand.html
222
- - doc/CzechPostB2bClient/PostServices/InformSenderAboutDelivery.html
223
- - doc/CzechPostB2bClient/PostServices/InternationalMail.html
224
- - doc/CzechPostB2bClient/PostServices/InternationalMailForBlinds.html
225
- - doc/CzechPostB2bClient/PostServices/InternationalPrintedMatterBag.html
226
- - doc/CzechPostB2bClient/PostServices/InternationalRegisteredMail.html
227
- - doc/CzechPostB2bClient/PostServices/InternationalRegisteredMailForBlinds.html
228
- - doc/CzechPostB2bClient/PostServices/InternationalRegisteredPrintedMatterBag.html
229
- - doc/CzechPostB2bClient/PostServices/ListedPrice.html
230
- - doc/CzechPostB2bClient/PostServices/Missed.html
231
- - doc/CzechPostB2bClient/PostServices/Missive.html
232
- - doc/CzechPostB2bClient/PostServices/MissiveStandard.html
233
- - doc/CzechPostB2bClient/PostServices/MultiParcelShippment.html
234
- - doc/CzechPostB2bClient/PostServices/MultiParcelShippmentBig.html
235
- - doc/CzechPostB2bClient/PostServices/NonStandardPackage.html
236
- - doc/CzechPostB2bClient/PostServices/OldApplianceRemoval.html
237
- - doc/CzechPostB2bClient/PostServices/OnPalette.html
238
- - doc/CzechPostB2bClient/PostServices/ParcelSizeL.html
239
- - doc/CzechPostB2bClient/PostServices/ParcelSizeM.html
240
- - doc/CzechPostB2bClient/PostServices/ParcelSizeS.html
241
- - doc/CzechPostB2bClient/PostServices/ParcelSizeXL.html
242
- - doc/CzechPostB2bClient/PostServices/PickupByThirdPerson.html
243
- - doc/CzechPostB2bClient/PostServices/PosteRestante.html
244
- - doc/CzechPostB2bClient/PostServices/PreprocessedBySorting.html
245
- - doc/CzechPostB2bClient/PostServices/PrioritaireByAir.html
246
- - doc/CzechPostB2bClient/PostServices/RegisteredMail.html
247
- - doc/CzechPostB2bClient/PostServices/RegisteredMailForBlinds.html
248
- - doc/CzechPostB2bClient/PostServices/RegisteredMailStandard.html
249
- - doc/CzechPostB2bClient/PostServices/ResendToOtherAddress.html
250
- - doc/CzechPostB2bClient/PostServices/ResponseEnvelope.html
251
- - doc/CzechPostB2bClient/PostServices/ResponseShipment.html
252
- - doc/CzechPostB2bClient/PostServices/ReturnByAir.html
253
- - doc/CzechPostB2bClient/PostServices/ReturnEconomically.html
254
- - doc/CzechPostB2bClient/PostServices/ReturnOfGoods.html
255
- - doc/CzechPostB2bClient/PostServices/ReturnToSenderAfterXDays.html
256
- - doc/CzechPostB2bClient/PostServices/ReturnToSenderImmediately.html
257
- - doc/CzechPostB2bClient/PostServices/SaveKey.html
258
- - doc/CzechPostB2bClient/PostServices/SubmissionByPostbox.html
259
- - doc/CzechPostB2bClient/PostServices/SubmissionReceiptCopy.html
260
- - doc/CzechPostB2bClient/PostServices/ThisSideUp.html
261
- - doc/CzechPostB2bClient/PostServices/ValuableContent.html
262
- - doc/CzechPostB2bClient/PrintingTemplates.html
263
- - doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html
264
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html
265
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html
266
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html
267
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html
268
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html
269
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html
270
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html
271
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel.html
272
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel4OnPage.html
273
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html
274
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard2OnPage.html
275
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html
276
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html
277
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html
278
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html
279
- - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html
280
- - doc/CzechPostB2bClient/PrintingTemplates/Base.html
281
- - doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html
282
- - doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html
283
- - doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html
284
- - doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html
285
- - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration.html
286
- - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22.html
287
- - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN224OnPage.html
288
- - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK.html
289
- - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK4OnPage.html
290
- - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN23.html
291
- - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html
292
- - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html
293
- - doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html
294
- - doc/CzechPostB2bClient/PrintingTemplates/Envelope.html
295
- - doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html
296
- - doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html
297
- - doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html
298
- - doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html
299
- - doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html
300
- - doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html
301
- - doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html
302
- - doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html
303
- - doc/CzechPostB2bClient/RequestBuilders.html
304
- - doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html
305
- - doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html
306
- - doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html
307
- - doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html
308
- - doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html
309
- - doc/CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html
310
- - doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html
311
- - doc/CzechPostB2bClient/ResponseCodes.html
312
- - doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html
313
- - doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html
314
- - doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html
315
- - doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html
316
- - doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html
317
- - doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html
318
- - doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html
319
- - doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html
320
- - doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html
321
- - doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html
322
- - doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html
323
- - doc/CzechPostB2bClient/ResponseCodes/BadHeight.html
324
- - doc/CzechPostB2bClient/ResponseCodes/BadLength.html
325
- - doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html
326
- - doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html
327
- - doc/CzechPostB2bClient/ResponseCodes/BadPrice.html
328
- - doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html
329
- - doc/CzechPostB2bClient/ResponseCodes/BadWeight.html
330
- - doc/CzechPostB2bClient/ResponseCodes/BadWidth.html
331
- - doc/CzechPostB2bClient/ResponseCodes/BaseCode.html
332
- - doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html
333
- - doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html
334
- - doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html
335
- - doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html
336
- - doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html
337
- - doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html
338
- - doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html
339
- - doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html
340
- - doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html
341
- - doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html
342
- - doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html
343
- - doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html
344
- - doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html
345
- - doc/CzechPostB2bClient/ResponseCodes/FullSequence.html
346
- - doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html
347
- - doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html
348
- - doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html
349
- - doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html
350
- - doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html
351
- - doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html
352
- - doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html
353
- - doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html
354
- - doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html
355
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html
356
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html
357
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html
358
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html
359
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html
360
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html
361
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html
362
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html
363
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html
364
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html
365
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html
366
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html
367
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html
368
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html
369
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html
370
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html
371
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html
372
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html
373
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html
374
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html
375
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html
376
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html
377
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html
378
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html
379
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html
380
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html
381
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html
382
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html
383
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html
384
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html
385
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html
386
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html
387
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html
388
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html
389
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html
390
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html
391
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService9.html
392
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html
393
- - doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html
394
- - doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html
395
- - doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html
396
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html
397
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html
398
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html
399
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html
400
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html
401
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html
402
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html
403
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html
404
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html
405
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html
406
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html
407
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html
408
- - doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html
409
- - doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html
410
- - doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html
411
- - doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html
412
- - doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html
413
- - doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html
414
- - doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html
415
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html
416
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html
417
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html
418
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html
419
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html
420
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html
421
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html
422
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html
423
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html
424
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html
425
- - doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html
426
- - doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html
427
- - doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html
428
- - doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html
429
- - doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html
430
- - doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html
431
- - doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html
432
- - doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html
433
- - doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html
434
- - doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html
435
- - doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html
436
- - doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html
437
- - doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html
438
- - doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html
439
- - doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html
440
- - doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html
441
- - doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html
442
- - doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html
443
- - doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html
444
- - doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html
445
- - doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html
446
- - doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html
447
- - doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html
448
- - doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html
449
- - doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html
450
- - doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html
451
- - doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html
452
- - doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html
453
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html
454
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html
455
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html
456
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html
457
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html
458
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html
459
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html
460
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html
461
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html
462
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html
463
- - doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html
464
- - doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html
465
- - doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html
466
- - doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html
467
- - doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html
468
- - doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html
469
- - doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html
470
- - doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html
471
- - doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html
472
- - doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html
473
- - doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html
474
- - doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html
475
- - doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html
476
- - doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html
477
- - doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html
478
- - doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html
479
- - doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html
480
- - doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html
481
- - doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html
482
- - doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html
483
- - doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html
484
- - doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html
485
- - doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html
486
- - doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html
487
- - doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html
488
- - doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html
489
- - doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html
490
- - doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html
491
- - doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html
492
- - doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html
493
- - doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html
494
- - doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html
495
- - doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html
496
- - doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html
497
- - doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html
498
- - doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html
499
- - doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html
500
- - doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html
501
- - doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html
502
- - doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html
503
- - doc/CzechPostB2bClient/ResponseCodes/MissingLength.html
504
- - doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html
505
- - doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html
506
- - doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html
507
- - doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html
508
- - doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html
509
- - doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html
510
- - doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html
511
- - doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html
512
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html
513
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html
514
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html
515
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html
516
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html
517
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html
518
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html
519
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html
520
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html
521
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html
522
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html
523
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html
524
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html
525
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html
526
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html
527
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html
528
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html
529
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html
530
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html
531
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html
532
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html
533
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html
534
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html
535
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html
536
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html
537
- - doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html
538
- - doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html
539
- - doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html
540
- - doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html
541
- - doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html
542
- - doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html
543
- - doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html
544
- - doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html
545
- - doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html
546
- - doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html
547
- - doc/CzechPostB2bClient/ResponseCodes/NfoCancelService9.html
548
- - doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html
549
- - doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html
550
- - doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html
551
- - doc/CzechPostB2bClient/ResponseCodes/Ok.html
552
- - doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html
553
- - doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html
554
- - doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html
555
- - doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html
556
- - doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html
557
- - doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html
558
- - doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html
559
- - doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html
560
- - doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html
561
- - doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html
562
- - doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html
563
- - doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html
564
- - doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html
565
- - doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html
566
- - doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html
567
- - doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html
568
- - doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html
569
- - doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html
570
- - doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html
571
- - doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html
572
- - doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html
573
- - doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html
574
- - doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html
575
- - doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html
576
- - doc/CzechPostB2bClient/ResponseParsers.html
577
- - doc/CzechPostB2bClient/ResponseParsers/BaseParser.html
578
- - doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html
579
- - doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html
580
- - doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html
581
- - doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html
582
- - doc/CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html
583
- - doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html
584
- - doc/CzechPostB2bClient/Services.html
585
- - doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html
586
- - doc/CzechPostB2bClient/Services/ApiCaller.html
587
- - doc/CzechPostB2bClient/Services/Communicator.html
588
- - doc/CzechPostB2bClient/Services/DeliveringInspector.html
589
- - doc/CzechPostB2bClient/Services/Orchestrator.html
590
- - doc/CzechPostB2bClient/Services/ParcelsAsyncSender.html
591
- - doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html
592
- - doc/CzechPostB2bClient/Services/ParcelsSender.html
593
- - doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html
594
- - doc/CzechPostB2bClient/Services/ParcelsSyncSender.html
595
- - doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html
596
- - doc/CzechPostB2bClient/Services/XsdsDownloader.html
597
- - doc/SteppedService.html
598
- - doc/SteppedService/Base.html
599
- - doc/SteppedService/Errors.html
600
- - doc/_index.html
601
- - doc/class_list.html
602
- - doc/css/common.css
603
- - doc/css/full_list.css
604
- - doc/css/style.css
605
- - doc/file.README.html
606
- - doc/file_list.html
607
- - doc/frames.html
608
- - doc/index.html
609
- - doc/js/app.js
610
- - doc/js/full_list.js
611
- - doc/js/jquery.js
612
- - doc/method_list.html
613
- - doc/top-level-namespace.html
614
157
  - lib/czech_post_b2b_client.rb
615
158
  - lib/czech_post_b2b_client/b2b_errors.rb
616
159
  - lib/czech_post_b2b_client/configuration.rb
@@ -675,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
675
218
  - !ruby/object:Gem::Version
676
219
  version: '0'
677
220
  requirements: []
678
- rubygems_version: 3.1.2
221
+ rubygems_version: 3.2.28
679
222
  signing_key:
680
223
  specification_version: 4
681
224
  summary: Accessing B2B API of Czech Post for bulk processing of packages ("B2B - WS
@@ -1,145 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Exception: CzechPostB2bClient::B2BErrors::BadRequestError
8
-
9
- &mdash; Documentation by YARD 0.9.24
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
-
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
-
17
- <script type="text/javascript">
18
- pathId = "CzechPostB2bClient::B2BErrors::BadRequestError";
19
- relpath = '../../';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="../../class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="../../_index.html">Index (B)</a> &raquo;
40
- <span class='title'><span class='object_link'><a href="../../CzechPostB2bClient.html" title="CzechPostB2bClient (module)">CzechPostB2bClient</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../B2BErrors.html" title="CzechPostB2bClient::B2BErrors (module)">B2BErrors</a></span></span>
41
- &raquo;
42
- <span class="title">BadRequestError</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="../../class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Exception: CzechPostB2bClient::B2BErrors::BadRequestError
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName"><span class='object_link'><a href="BaseError.html" title="CzechPostB2bClient::B2BErrors::BaseError (class)">BaseError</a></span></span>
73
-
74
- <ul class="fullTree">
75
- <li>Object</li>
76
-
77
- <li class="next">StandardError</li>
78
-
79
- <li class="next"><span class='object_link'><a href="../Error.html" title="CzechPostB2bClient::Error (class)">Error</a></span></li>
80
-
81
- <li class="next"><span class='object_link'><a href="BaseError.html" title="CzechPostB2bClient::B2BErrors::BaseError (class)">BaseError</a></span></li>
82
-
83
- <li class="next">CzechPostB2bClient::B2BErrors::BadRequestError</li>
84
-
85
- </ul>
86
- <a href="#" class="inheritanceTree">show all</a>
87
-
88
- </dd>
89
- </dl>
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
- <dl>
102
- <dt>Defined in:</dt>
103
- <dd>lib/czech_post_b2b_client/b2b_errors.rb</dd>
104
- </dl>
105
-
106
- </div>
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
- <h2>Method Summary</h2>
123
-
124
- <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseError.html" title="CzechPostB2bClient::B2BErrors::BaseError (class)">BaseError</a></span></h3>
125
- <p class="inherited"><span class='object_link'><a href="BaseError.html#code-instance_method" title="CzechPostB2bClient::B2BErrors::BaseError#code (method)">#code</a></span>, <span class='object_link'><a href="BaseError.html#message-instance_method" title="CzechPostB2bClient::B2BErrors::BaseError#message (method)">#message</a></span></p>
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
- </div>
136
-
137
- <div id="footer">
138
- Generated on Thu May 28 17:06:48 2020 by
139
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
140
- 0.9.24 (ruby-2.4.1).
141
- </div>
142
-
143
- </div>
144
- </body>
145
- </html>