czech_post_b2b_client 1.1.0 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (470) hide show
  1. checksums.yaml +5 -5
  2. data/.rubocop.yml +1 -1
  3. data/CHANGELOG.md +30 -2
  4. data/README.md +262 -199
  5. data/doc/CzechPostB2bClient.html +31 -35
  6. data/doc/CzechPostB2bClient/B2BErrors.html +26 -13
  7. data/doc/CzechPostB2bClient/B2BErrors/BadRequestError.html +7 -7
  8. data/doc/CzechPostB2bClient/B2BErrors/BaseError.html +75 -40
  9. data/doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html +7 -7
  10. data/doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html +7 -7
  11. data/doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html +7 -7
  12. data/doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html +7 -7
  13. data/doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html +7 -7
  14. data/doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html +7 -7
  15. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html +7 -7
  16. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html +7 -7
  17. data/doc/CzechPostB2bClient/Configuration.html +33 -25
  18. data/doc/CzechPostB2bClient/Error.html +6 -6
  19. data/doc/CzechPostB2bClient/PostServices.html +197 -0
  20. data/doc/CzechPostB2bClient/PostServices/AddreseeVerification.html +129 -0
  21. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalByEmail.html +129 -0
  22. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySms.html +140 -0
  23. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySmsAndEmail.html +129 -0
  24. data/doc/CzechPostB2bClient/PostServices/AddresseeVerificationOnDelivery.html +129 -0
  25. data/doc/CzechPostB2bClient/PostServices/AfternoonDelivery.html +129 -0
  26. data/doc/CzechPostB2bClient/PostServices/Base.html +351 -0
  27. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKA.html +129 -0
  28. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKC.html +129 -0
  29. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryInternational.html +129 -0
  30. data/doc/CzechPostB2bClient/PostServices/CertificateOfDelivery.html +148 -0
  31. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseeOnly.html +140 -0
  32. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseePersonOnly.html +129 -0
  33. data/doc/CzechPostB2bClient/PostServices/CompanyRegisteredMail.html +141 -0
  34. data/doc/CzechPostB2bClient/PostServices/CompleteDelivery.html +129 -0
  35. data/doc/CzechPostB2bClient/PostServices/Consignment.html +129 -0
  36. data/doc/CzechPostB2bClient/PostServices/CumbersomeParcel.html +129 -0
  37. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseeOnly.html +129 -0
  38. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseePersonOnly.html +129 -0
  39. data/doc/CzechPostB2bClient/PostServices/DeliverToCompany.html +147 -0
  40. data/doc/CzechPostB2bClient/PostServices/DepositFor10Days.html +129 -0
  41. data/doc/CzechPostB2bClient/PostServices/DepositFor10WorkingDays.html +129 -0
  42. data/doc/CzechPostB2bClient/PostServices/DepositFor3Days.html +129 -0
  43. data/doc/CzechPostB2bClient/PostServices/DepositFor7Days.html +129 -0
  44. data/doc/CzechPostB2bClient/PostServices/DepositFor90Days.html +129 -0
  45. data/doc/CzechPostB2bClient/PostServices/DepositIfAdresseeIsUnreachable.html +141 -0
  46. data/doc/CzechPostB2bClient/PostServices/DiscountForCollectiveShippment.html +129 -0
  47. data/doc/CzechPostB2bClient/PostServices/DiscountForOnlinePosting.html +129 -0
  48. data/doc/CzechPostB2bClient/PostServices/DoNotDeposit.html +129 -0
  49. data/doc/CzechPostB2bClient/PostServices/DoNotExtendCollectionTime.html +148 -0
  50. data/doc/CzechPostB2bClient/PostServices/DoNotPutIntoMailbox.html +129 -0
  51. data/doc/CzechPostB2bClient/PostServices/DoNotResend.html +129 -0
  52. data/doc/CzechPostB2bClient/PostServices/DoNotReturnLeaveItInMailbox.html +129 -0
  53. data/doc/CzechPostB2bClient/PostServices/DoNotReturnToSender.html +129 -0
  54. data/doc/CzechPostB2bClient/PostServices/Document.html +129 -0
  55. data/doc/CzechPostB2bClient/PostServices/DocumentlessCashOnDelivery.html +147 -0
  56. data/doc/CzechPostB2bClient/PostServices/DocumentsSignedAtDelivery.html +129 -0
  57. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliveryEmail.html +129 -0
  58. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySms.html +140 -0
  59. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySmsAndEmail.html +129 -0
  60. data/doc/CzechPostB2bClient/PostServices/EconomyDelivery.html +140 -0
  61. data/doc/CzechPostB2bClient/PostServices/ExtendedCollectionTime.html +129 -0
  62. data/doc/CzechPostB2bClient/PostServices/ForenoonDelivery.html +129 -0
  63. data/doc/CzechPostB2bClient/PostServices/Fragile.html +129 -0
  64. data/doc/CzechPostB2bClient/PostServices/GiftOrNonCommercialGoods.html +148 -0
  65. data/doc/CzechPostB2bClient/PostServices/GoodsWithExportDocumentsProcessed.html +148 -0
  66. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtSaturday.html +129 -0
  67. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtWeekend.html +129 -0
  68. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeTo2PM.html +129 -0
  69. data/doc/CzechPostB2bClient/PostServices/HeavyParcelDeliveryToHand.html +129 -0
  70. data/doc/CzechPostB2bClient/PostServices/InformSenderAboutDelivery.html +129 -0
  71. data/doc/CzechPostB2bClient/PostServices/InternationalMail.html +129 -0
  72. data/doc/CzechPostB2bClient/PostServices/InternationalMailForBlinds.html +129 -0
  73. data/doc/CzechPostB2bClient/PostServices/InternationalPrintedMatterBag.html +129 -0
  74. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMail.html +129 -0
  75. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMailForBlinds.html +129 -0
  76. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredPrintedMatterBag.html +129 -0
  77. data/doc/CzechPostB2bClient/PostServices/ListedPrice.html +129 -0
  78. data/doc/CzechPostB2bClient/PostServices/Missed.html +129 -0
  79. data/doc/CzechPostB2bClient/PostServices/Missive.html +129 -0
  80. data/doc/CzechPostB2bClient/PostServices/MissiveStandard.html +129 -0
  81. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippment.html +129 -0
  82. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippmentBig.html +129 -0
  83. data/doc/CzechPostB2bClient/PostServices/NonStandardPackage.html +148 -0
  84. data/doc/CzechPostB2bClient/PostServices/OldApplianceRemoval.html +129 -0
  85. data/doc/CzechPostB2bClient/PostServices/OnPalette.html +140 -0
  86. data/doc/CzechPostB2bClient/PostServices/ParcelSizeL.html +129 -0
  87. data/doc/CzechPostB2bClient/PostServices/ParcelSizeM.html +129 -0
  88. data/doc/CzechPostB2bClient/PostServices/ParcelSizeS.html +129 -0
  89. data/doc/CzechPostB2bClient/PostServices/ParcelSizeXL.html +129 -0
  90. data/doc/CzechPostB2bClient/PostServices/PickupByThirdPerson.html +129 -0
  91. data/doc/CzechPostB2bClient/PostServices/PosteRestante.html +129 -0
  92. data/doc/CzechPostB2bClient/PostServices/PreprocessedBySorting.html +148 -0
  93. data/doc/CzechPostB2bClient/PostServices/PrioritaireByAir.html +129 -0
  94. data/doc/CzechPostB2bClient/PostServices/RegisteredMail.html +129 -0
  95. data/doc/CzechPostB2bClient/PostServices/RegisteredMailForBlinds.html +129 -0
  96. data/doc/CzechPostB2bClient/PostServices/RegisteredMailStandard.html +129 -0
  97. data/doc/CzechPostB2bClient/PostServices/ResendToOtherAddress.html +129 -0
  98. data/doc/CzechPostB2bClient/PostServices/ResponseEnvelope.html +129 -0
  99. data/doc/CzechPostB2bClient/PostServices/ResponseShipment.html +129 -0
  100. data/doc/CzechPostB2bClient/PostServices/ReturnByAir.html +129 -0
  101. data/doc/CzechPostB2bClient/PostServices/ReturnEconomically.html +129 -0
  102. data/doc/CzechPostB2bClient/PostServices/ReturnOfGoods.html +129 -0
  103. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderAfterXDays.html +148 -0
  104. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderImmediately.html +129 -0
  105. data/doc/CzechPostB2bClient/PostServices/SaveKey.html +148 -0
  106. data/doc/CzechPostB2bClient/PostServices/SubmissionByPostbox.html +129 -0
  107. data/doc/CzechPostB2bClient/PostServices/SubmissionReceiptCopy.html +129 -0
  108. data/doc/CzechPostB2bClient/PostServices/ThisSideUp.html +148 -0
  109. data/doc/CzechPostB2bClient/PostServices/ValuableContent.html +129 -0
  110. data/doc/CzechPostB2bClient/PrintingTemplates.html +16 -16
  111. data/doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html +6 -6
  112. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html +6 -6
  113. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html +6 -6
  114. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html +6 -6
  115. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html +6 -6
  116. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html +7 -7
  117. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html +6 -6
  118. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html +6 -6
  119. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel.html +141 -0
  120. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel4OnPage.html +129 -0
  121. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html +6 -6
  122. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard2OnPage.html +129 -0
  123. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html +6 -6
  124. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html +6 -6
  125. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html +6 -6
  126. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html +6 -6
  127. data/doc/CzechPostB2bClient/PrintingTemplates/Base.html +16 -16
  128. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html +6 -6
  129. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html +6 -6
  130. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html +6 -6
  131. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html +6 -6
  132. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration.html +115 -0
  133. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22.html +129 -0
  134. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN224OnPage.html +129 -0
  135. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK.html +129 -0
  136. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK4OnPage.html +129 -0
  137. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN23.html +129 -0
  138. data/doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html +6 -6
  139. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope.html +6 -6
  140. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html +6 -6
  141. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html +6 -6
  142. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html +6 -6
  143. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html +6 -6
  144. data/doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html +6 -6
  145. data/doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html +6 -6
  146. data/doc/CzechPostB2bClient/RequestBuilders.html +8 -8
  147. data/doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html +9 -9
  148. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html +8 -8
  149. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html +26 -26
  150. data/doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html +8 -8
  151. data/doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html +9 -9
  152. data/doc/CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html +414 -0
  153. data/doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html +32 -21
  154. data/doc/CzechPostB2bClient/ResponseCodes.html +51 -27
  155. data/doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html +7 -7
  156. data/doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html +7 -7
  157. data/doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html +7 -7
  158. data/doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html +7 -7
  159. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html +7 -7
  160. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html +7 -7
  161. data/doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html +7 -7
  162. data/doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html +7 -7
  163. data/doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html +7 -7
  164. data/doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html +7 -7
  165. data/doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html +7 -7
  166. data/doc/CzechPostB2bClient/ResponseCodes/BadHeight.html +7 -7
  167. data/doc/CzechPostB2bClient/ResponseCodes/BadLength.html +7 -7
  168. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html +7 -7
  169. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html +7 -7
  170. data/doc/CzechPostB2bClient/ResponseCodes/BadPrice.html +7 -7
  171. data/doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html +7 -7
  172. data/doc/CzechPostB2bClient/ResponseCodes/BadWeight.html +7 -7
  173. data/doc/CzechPostB2bClient/ResponseCodes/BadWidth.html +7 -7
  174. data/doc/CzechPostB2bClient/ResponseCodes/BaseCode.html +211 -121
  175. data/doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html +7 -7
  176. data/doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html +7 -7
  177. data/doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html +7 -7
  178. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html +7 -7
  179. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html +7 -7
  180. data/doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html +7 -7
  181. data/doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html +7 -7
  182. data/doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html +7 -7
  183. data/doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html +7 -7
  184. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html +7 -7
  185. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html +7 -7
  186. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html +7 -7
  187. data/doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html +7 -7
  188. data/doc/CzechPostB2bClient/ResponseCodes/FullSequence.html +7 -7
  189. data/doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html +7 -7
  190. data/doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html +7 -7
  191. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html +7 -7
  192. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html +7 -7
  193. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html +7 -7
  194. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html +7 -7
  195. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html +7 -7
  196. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html +7 -7
  197. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html +7 -7
  198. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html +7 -7
  199. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html +7 -7
  200. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html +7 -7
  201. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html +7 -7
  202. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html +7 -7
  203. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html +7 -7
  204. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html +7 -7
  205. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html +7 -7
  206. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html +7 -7
  207. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html +7 -7
  208. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html +7 -7
  209. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html +7 -7
  210. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html +7 -7
  211. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html +7 -7
  212. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html +7 -7
  213. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html +7 -7
  214. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html +7 -7
  215. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html +7 -7
  216. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html +7 -7
  217. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html +7 -7
  218. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html +7 -7
  219. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html +7 -7
  220. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html +7 -7
  221. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html +7 -7
  222. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html +7 -7
  223. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html +7 -7
  224. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html +7 -7
  225. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html +7 -7
  226. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html +7 -7
  227. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html +7 -7
  228. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html +7 -7
  229. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html +7 -7
  230. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html +7 -7
  231. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html +7 -7
  232. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html +7 -7
  233. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html +7 -7
  234. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService9.html +134 -0
  235. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html +7 -7
  236. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html +7 -7
  237. data/doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html +7 -7
  238. data/doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html +7 -7
  239. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html +7 -7
  240. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html +7 -7
  241. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html +7 -7
  242. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html +7 -7
  243. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html +7 -7
  244. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html +7 -7
  245. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html +7 -7
  246. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html +7 -7
  247. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html +7 -7
  248. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html +7 -7
  249. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html +7 -7
  250. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html +7 -7
  251. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html +7 -7
  252. data/doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html +18 -7
  253. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html +7 -7
  254. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html +7 -7
  255. data/doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html +7 -7
  256. data/doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html +7 -7
  257. data/doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html +7 -7
  258. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html +7 -7
  259. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html +7 -7
  260. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html +7 -7
  261. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html +7 -7
  262. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html +7 -7
  263. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html +7 -7
  264. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html +7 -7
  265. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html +7 -7
  266. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html +7 -7
  267. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html +7 -7
  268. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html +7 -7
  269. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html +7 -7
  270. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html +7 -7
  271. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html +7 -7
  272. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html +7 -7
  273. data/doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html +7 -7
  274. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html +7 -7
  275. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html +7 -7
  276. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html +7 -7
  277. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html +7 -7
  278. data/doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html +7 -7
  279. data/doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html +7 -7
  280. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html +7 -7
  281. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html +7 -7
  282. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html +7 -7
  283. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html +7 -7
  284. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html +7 -7
  285. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html +7 -7
  286. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html +7 -7
  287. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html +7 -7
  288. data/doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html +7 -7
  289. data/doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html +7 -7
  290. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html +7 -7
  291. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html +7 -7
  292. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html +7 -7
  293. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html +7 -7
  294. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html +7 -7
  295. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html +7 -7
  296. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html +7 -7
  297. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html +7 -7
  298. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html +7 -7
  299. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html +7 -7
  300. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html +7 -7
  301. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html +7 -7
  302. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html +7 -7
  303. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html +7 -7
  304. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html +7 -7
  305. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html +7 -7
  306. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html +7 -7
  307. data/doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html +7 -7
  308. data/doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html +7 -7
  309. data/doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html +7 -7
  310. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html +7 -7
  311. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html +7 -7
  312. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html +7 -7
  313. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html +7 -7
  314. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html +7 -7
  315. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html +7 -7
  316. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html +7 -7
  317. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html +7 -7
  318. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html +7 -7
  319. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html +7 -7
  320. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html +7 -7
  321. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html +7 -7
  322. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html +7 -7
  323. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html +7 -7
  324. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html +7 -7
  325. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html +7 -7
  326. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html +7 -7
  327. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html +7 -7
  328. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html +7 -7
  329. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html +7 -7
  330. data/doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html +7 -7
  331. data/doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html +7 -7
  332. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html +7 -7
  333. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html +7 -7
  334. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html +7 -7
  335. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html +7 -7
  336. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html +7 -7
  337. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html +7 -7
  338. data/doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html +7 -7
  339. data/doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html +7 -7
  340. data/doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html +7 -7
  341. data/doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html +7 -7
  342. data/doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html +7 -7
  343. data/doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html +7 -7
  344. data/doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html +7 -7
  345. data/doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html +7 -7
  346. data/doc/CzechPostB2bClient/ResponseCodes/MissingLength.html +7 -7
  347. data/doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html +7 -7
  348. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html +7 -7
  349. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html +7 -7
  350. data/doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html +7 -7
  351. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html +7 -7
  352. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html +7 -7
  353. data/doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html +7 -7
  354. data/doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html +7 -7
  355. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html +7 -7
  356. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html +7 -7
  357. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html +7 -7
  358. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html +7 -7
  359. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html +7 -7
  360. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html +7 -7
  361. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html +7 -7
  362. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html +7 -7
  363. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html +7 -7
  364. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html +7 -7
  365. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html +7 -7
  366. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html +7 -7
  367. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html +7 -7
  368. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html +7 -7
  369. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html +7 -7
  370. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html +7 -7
  371. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html +7 -7
  372. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html +7 -7
  373. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html +7 -7
  374. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html +7 -7
  375. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html +7 -7
  376. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html +7 -7
  377. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html +7 -7
  378. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html +7 -7
  379. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html +7 -7
  380. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html +7 -7
  381. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html +7 -7
  382. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html +7 -7
  383. data/doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html +7 -7
  384. data/doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html +7 -7
  385. data/doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html +7 -7
  386. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html +7 -7
  387. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html +7 -7
  388. data/doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html +7 -7
  389. data/doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html +7 -7
  390. data/doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html +7 -7
  391. data/doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html +7 -7
  392. data/doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html +7 -7
  393. data/doc/CzechPostB2bClient/ResponseCodes/Ok.html +7 -7
  394. data/doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html +7 -7
  395. data/doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html +7 -7
  396. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html +7 -7
  397. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html +7 -7
  398. data/doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html +7 -7
  399. data/doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html +7 -7
  400. data/doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html +7 -7
  401. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html +7 -7
  402. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html +7 -7
  403. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html +7 -7
  404. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html +7 -7
  405. data/doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html +7 -7
  406. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html +7 -7
  407. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html +7 -7
  408. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html +7 -7
  409. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html +7 -7
  410. data/doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html +7 -7
  411. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html +7 -7
  412. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html +7 -7
  413. data/doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html +7 -7
  414. data/doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html +7 -7
  415. data/doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html +7 -7
  416. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html +7 -7
  417. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html +7 -7
  418. data/doc/CzechPostB2bClient/ResponseParsers.html +8 -8
  419. data/doc/CzechPostB2bClient/ResponseParsers/BaseParser.html +8 -8
  420. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html +31 -16
  421. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html +21 -21
  422. data/doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html +18 -12
  423. data/doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html +6 -6
  424. data/doc/CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html +805 -0
  425. data/doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html +153 -10
  426. data/doc/CzechPostB2bClient/Services.html +8 -8
  427. data/doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html +9 -9
  428. data/doc/CzechPostB2bClient/Services/ApiCaller.html +11 -7
  429. data/doc/CzechPostB2bClient/Services/Communicator.html +7 -7
  430. data/doc/CzechPostB2bClient/Services/DeliveringInspector.html +8 -8
  431. data/doc/CzechPostB2bClient/Services/Orchestrator.html +6 -6
  432. data/doc/CzechPostB2bClient/Services/ParcelsAsyncSender.html +402 -0
  433. data/doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html +8 -8
  434. data/doc/CzechPostB2bClient/Services/ParcelsSender.html +21 -233
  435. data/doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html +12 -12
  436. data/doc/CzechPostB2bClient/Services/ParcelsSyncSender.html +464 -0
  437. data/doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html +10 -10
  438. data/doc/CzechPostB2bClient/Services/XsdsDownloader.html +289 -0
  439. data/doc/SteppedService.html +8 -7
  440. data/doc/SteppedService/Base.html +31 -31
  441. data/doc/SteppedService/Errors.html +6 -6
  442. data/doc/_index.html +739 -23
  443. data/doc/class_list.html +3 -3
  444. data/doc/css/style.css +2 -2
  445. data/doc/file.README.html +219 -194
  446. data/doc/file_list.html +2 -2
  447. data/doc/frames.html +2 -2
  448. data/doc/index.html +219 -194
  449. data/doc/js/app.js +14 -3
  450. data/doc/method_list.html +278 -70
  451. data/doc/top-level-namespace.html +6 -6
  452. data/lib/czech_post_b2b_client.rb +2 -1
  453. data/lib/czech_post_b2b_client/b2b_errors.rb +8 -3
  454. data/lib/czech_post_b2b_client/configuration.rb +12 -7
  455. data/lib/czech_post_b2b_client/logger.rb +30 -0
  456. data/lib/czech_post_b2b_client/post_services.rb +2 -1
  457. data/lib/czech_post_b2b_client/printing_templates.rb +130 -44
  458. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +1 -5
  459. data/lib/czech_post_b2b_client/request_builders/parcel_service_sync_builder.rb +20 -48
  460. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +39 -20
  461. data/lib/czech_post_b2b_client/response_codes.rb +320 -205
  462. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +1 -3
  463. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +1 -3
  464. data/lib/czech_post_b2b_client/response_parsers/parcel_service_sync_parser.rb +2 -4
  465. data/lib/czech_post_b2b_client/services/api_caller.rb +14 -2
  466. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +0 -2
  467. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +1 -1
  468. data/lib/czech_post_b2b_client/services/parcels_sync_sender.rb +2 -1
  469. data/lib/czech_post_b2b_client/version.rb +1 -1
  470. metadata +114 -8
@@ -171,6 +171,7 @@ function generateTOC() {
171
171
  var counter = 0;
172
172
  var tags = ['h2', 'h3', 'h4', 'h5', 'h6'];
173
173
  var i;
174
+ var curli;
174
175
  if ($('#filecontents h1').length > 1) tags.unshift('h1');
175
176
  for (i = 0; i < tags.length; i++) { tags[i] = '#filecontents ' + tags[i]; }
176
177
  var lastTag = parseInt(tags[0][1], 10);
@@ -190,15 +191,25 @@ function generateTOC() {
190
191
  }
191
192
  if (thisTag > lastTag) {
192
193
  for (i = 0; i < thisTag - lastTag; i++) {
193
- var tmp = $('<ol/>'); toc.append(tmp); toc = tmp;
194
+ if ( typeof(curli) == "undefined" ) {
195
+ curli = $('<li/>');
196
+ toc.append(curli);
197
+ }
198
+ toc = $('<ol/>');
199
+ curli.append(toc);
200
+ curli = undefined;
194
201
  }
195
202
  }
196
203
  if (thisTag < lastTag) {
197
- for (i = 0; i < lastTag - thisTag; i++) toc = toc.parent();
204
+ for (i = 0; i < lastTag - thisTag; i++) {
205
+ toc = toc.parent();
206
+ toc = toc.parent();
207
+ }
198
208
  }
199
209
  var title = $(this).attr('toc-title');
200
210
  if (typeof(title) == "undefined") title = $(this).text();
201
- toc.append('<li><a href="#' + this.id + '">' + title + '</a></li>');
211
+ curli =$('<li><a href="#' + this.id + '">' + title + '</a></li>');
212
+ toc.append(curli);
202
213
  lastTag = thisTag;
203
214
  });
204
215
  if (!show) return;
@@ -4,9 +4,9 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
  <meta charset="utf-8" />
6
6
 
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
8
 
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
10
 
11
11
 
12
12
 
@@ -45,6 +45,14 @@
45
45
 
46
46
 
47
47
  <li class="odd ">
48
+ <div class="item">
49
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Base.html#abbreviation-class_method" title="CzechPostB2bClient::PostServices::Base.abbreviation (method)">abbreviation</a></span>
50
+ <small>CzechPostB2bClient::PostServices::Base</small>
51
+ </div>
52
+ </li>
53
+
54
+
55
+ <li class="even ">
48
56
  <div class="item">
49
57
  <span class='object_link'><a href="SteppedService/Errors.html#add-instance_method" title="SteppedService::Errors#add (method)">#add</a></span>
50
58
  <small>SteppedService::Errors</small>
@@ -52,7 +60,7 @@
52
60
  </li>
53
61
 
54
62
 
55
- <li class="even ">
63
+ <li class="odd ">
56
64
  <div class="item">
57
65
  <span class='object_link'><a href="SteppedService/Errors.html#add_from_hash-instance_method" title="SteppedService::Errors#add_from_hash (method)">#add_from_hash</a></span>
58
66
  <small>SteppedService::Errors</small>
@@ -60,9 +68,17 @@
60
68
  </li>
61
69
 
62
70
 
71
+ <li class="even ">
72
+ <div class="item">
73
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices.html#all_classes-class_method" title="CzechPostB2bClient::PostServices.all_classes (method)">all_classes</a></span>
74
+ <small>CzechPostB2bClient::PostServices</small>
75
+ </div>
76
+ </li>
77
+
78
+
63
79
  <li class="odd ">
64
80
  <div class="item">
65
- <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes.html#all_code_classes-class_method" title="CzechPostB2bClient::ResponseCodes.all_code_classes (method)">all_code_classes</a></span>
81
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes.html#all_classes-class_method" title="CzechPostB2bClient::ResponseCodes.all_classes (method)">all_classes</a></span>
66
82
  <small>CzechPostB2bClient::ResponseCodes</small>
67
83
  </div>
68
84
  </li>
@@ -70,16 +86,16 @@
70
86
 
71
87
  <li class="even ">
72
88
  <div class="item">
73
- <span class='object_link'><a href="CzechPostB2bClient/B2BErrors.html#all_error_classes-class_method" title="CzechPostB2bClient::B2BErrors.all_error_classes (method)">all_error_classes</a></span>
74
- <small>CzechPostB2bClient::B2BErrors</small>
89
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates.html#all_classes-class_method" title="CzechPostB2bClient::PrintingTemplates.all_classes (method)">all_classes</a></span>
90
+ <small>CzechPostB2bClient::PrintingTemplates</small>
75
91
  </div>
76
92
  </li>
77
93
 
78
94
 
79
95
  <li class="odd ">
80
96
  <div class="item">
81
- <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates.html#all_template_classes-class_method" title="CzechPostB2bClient::PrintingTemplates.all_template_classes (method)">all_template_classes</a></span>
82
- <small>CzechPostB2bClient::PrintingTemplates</small>
97
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors.html#all_error_classes-class_method" title="CzechPostB2bClient::B2BErrors.all_error_classes (method)">all_error_classes</a></span>
98
+ <small>CzechPostB2bClient::B2BErrors</small>
83
99
  </div>
84
100
  </li>
85
101
 
@@ -133,6 +149,14 @@
133
149
 
134
150
 
135
151
  <li class="even ">
152
+ <div class="item">
153
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#build_result-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#build_result (method)">#build_result</a></span>
154
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
155
+ </div>
156
+ </li>
157
+
158
+
159
+ <li class="odd ">
136
160
  <div class="item">
137
161
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html#build_result-instance_method" title="CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser#build_result (method)">#build_result</a></span>
138
162
  <small>CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser</small>
@@ -140,7 +164,7 @@
140
164
  </li>
141
165
 
142
166
 
143
- <li class="odd ">
167
+ <li class="even ">
144
168
  <div class="item">
145
169
  <span class='object_link'><a href="SteppedService/Base.html#call-class_method" title="SteppedService::Base.call (method)">call</a></span>
146
170
  <small>SteppedService::Base</small>
@@ -148,7 +172,7 @@
148
172
  </li>
149
173
 
150
174
 
151
- <li class="even ">
175
+ <li class="odd ">
152
176
  <div class="item">
153
177
  <span class='object_link'><a href="SteppedService/Base.html#call-instance_method" title="SteppedService::Base#call (method)">#call</a></span>
154
178
  <small>SteppedService::Base</small>
@@ -156,7 +180,7 @@
156
180
  </li>
157
181
 
158
182
 
159
- <li class="odd ">
183
+ <li class="even ">
160
184
  <div class="item">
161
185
  <span class='object_link'><a href="CzechPostB2bClient/Configuration.html#certificate_path-instance_method" title="CzechPostB2bClient::Configuration#certificate_path (method)">#certificate_path</a></span>
162
186
  <small>CzechPostB2bClient::Configuration</small>
@@ -164,7 +188,7 @@
164
188
  </li>
165
189
 
166
190
 
167
- <li class="even ">
191
+ <li class="odd ">
168
192
  <div class="item">
169
193
  <span class='object_link'><a href="CzechPostB2bClient.html#certs_path-class_method" title="CzechPostB2bClient.certs_path (method)">certs_path</a></span>
170
194
  <small>CzechPostB2bClient</small>
@@ -172,7 +196,7 @@
172
196
  </li>
173
197
 
174
198
 
175
- <li class="odd ">
199
+ <li class="even ">
176
200
  <div class="item">
177
201
  <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/BaseError.html#code-class_method" title="CzechPostB2bClient::B2BErrors::BaseError.code (method)">code</a></span>
178
202
  <small>CzechPostB2bClient::B2BErrors::BaseError</small>
@@ -180,7 +204,7 @@
180
204
  </li>
181
205
 
182
206
 
183
- <li class="even ">
207
+ <li class="odd ">
184
208
  <div class="item">
185
209
  <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/BaseError.html#code-instance_method" title="CzechPostB2bClient::B2BErrors::BaseError#code (method)">#code</a></span>
186
210
  <small>CzechPostB2bClient::B2BErrors::BaseError</small>
@@ -188,6 +212,14 @@
188
212
  </li>
189
213
 
190
214
 
215
+ <li class="even ">
216
+ <div class="item">
217
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Base.html#code-class_method" title="CzechPostB2bClient::PostServices::Base.code (method)">code</a></span>
218
+ <small>CzechPostB2bClient::PostServices::Base</small>
219
+ </div>
220
+ </li>
221
+
222
+
191
223
  <li class="odd ">
192
224
  <div class="item">
193
225
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>
@@ -205,6 +237,14 @@
205
237
 
206
238
 
207
239
  <li class="odd ">
240
+ <div class="item">
241
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html#common_data-instance_method" title="CzechPostB2bClient::RequestBuilders::ParcelServiceSyncBuilder#common_data (method)">#common_data</a></span>
242
+ <small>CzechPostB2bClient::RequestBuilders::ParcelServiceSyncBuilder</small>
243
+ </div>
244
+ </li>
245
+
246
+
247
+ <li class="even ">
208
248
  <div class="item">
209
249
  <span class='object_link'><a href="CzechPostB2bClient.html#configuration-class_method" title="CzechPostB2bClient.configuration (method)">configuration</a></span>
210
250
  <small>CzechPostB2bClient</small>
@@ -212,7 +252,7 @@
212
252
  </li>
213
253
 
214
254
 
215
- <li class="even ">
255
+ <li class="odd ">
216
256
  <div class="item">
217
257
  <span class='object_link'><a href="CzechPostB2bClient.html#configure-class_method" title="CzechPostB2bClient.configure (method)">configure</a></span>
218
258
  <small>CzechPostB2bClient</small>
@@ -220,7 +260,7 @@
220
260
  </li>
221
261
 
222
262
 
223
- <li class="odd ">
263
+ <li class="even ">
224
264
  <div class="item">
225
265
  <span class='object_link'><a href="CzechPostB2bClient/Configuration.html#contract_id-instance_method" title="CzechPostB2bClient::Configuration#contract_id (method)">#contract_id</a></span>
226
266
  <small>CzechPostB2bClient::Configuration</small>
@@ -228,6 +268,14 @@
228
268
  </li>
229
269
 
230
270
 
271
+ <li class="odd ">
272
+ <div class="item">
273
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/SendParcelsParser.html#cpost_time_zone-instance_method" title="CzechPostB2bClient::ResponseParsers::SendParcelsParser#cpost_time_zone (method)">#cpost_time_zone</a></span>
274
+ <small>CzechPostB2bClient::ResponseParsers::SendParcelsParser</small>
275
+ </div>
276
+ </li>
277
+
278
+
231
279
  <li class="even ">
232
280
  <div class="item">
233
281
  <span class='object_link'><a href="CzechPostB2bClient/Configuration.html#customer_id-instance_method" title="CzechPostB2bClient::Configuration#customer_id (method)">#customer_id</a></span>
@@ -237,6 +285,14 @@
237
285
 
238
286
 
239
287
  <li class="odd ">
288
+ <div class="item">
289
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Base.html#description-class_method" title="CzechPostB2bClient::PostServices::Base.description (method)">description</a></span>
290
+ <small>CzechPostB2bClient::PostServices::Base</small>
291
+ </div>
292
+ </li>
293
+
294
+
295
+ <li class="even ">
240
296
  <div class="item">
241
297
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>
242
298
  <small>CzechPostB2bClient::ResponseCodes::BaseCode</small>
@@ -244,7 +300,7 @@
244
300
  </li>
245
301
 
246
302
 
247
- <li class="even ">
303
+ <li class="odd ">
248
304
  <div class="item">
249
305
  <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Base.html#description-class_method" title="CzechPostB2bClient::PrintingTemplates::Base.description (method)">description</a></span>
250
306
  <small>CzechPostB2bClient::PrintingTemplates::Base</small>
@@ -252,7 +308,7 @@
252
308
  </li>
253
309
 
254
310
 
255
- <li class="odd ">
311
+ <li class="even ">
256
312
  <div class="item">
257
313
  <span class='object_link'><a href="SteppedService/Errors.html#each_one-instance_method" title="SteppedService::Errors#each_one (method)">#each_one</a></span>
258
314
  <small>SteppedService::Errors</small>
@@ -260,7 +316,7 @@
260
316
  </li>
261
317
 
262
318
 
263
- <li class="even ">
319
+ <li class="odd ">
264
320
  <div class="item">
265
321
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>
266
322
  <small>CzechPostB2bClient::ResponseCodes::BaseCode</small>
@@ -268,7 +324,7 @@
268
324
  </li>
269
325
 
270
326
 
271
- <li class="odd ">
327
+ <li class="even ">
272
328
  <div class="item">
273
329
  <span class='object_link'><a href="SteppedService/Base.html#errors-instance_method" title="SteppedService::Base#errors (method)">#errors</a></span>
274
330
  <small>SteppedService::Base</small>
@@ -276,7 +332,7 @@
276
332
  </li>
277
333
 
278
334
 
279
- <li class="even ">
335
+ <li class="odd ">
280
336
  <div class="item">
281
337
  <span class='object_link'><a href="SteppedService/Base.html#failure%3F-instance_method" title="SteppedService::Base#failure? (method)">#failure?</a></span>
282
338
  <small>SteppedService::Base</small>
@@ -284,7 +340,7 @@
284
340
  </li>
285
341
 
286
342
 
287
- <li class="odd ">
343
+ <li class="even ">
288
344
  <div class="item">
289
345
  <span class='object_link'><a href="SteppedService/Base.html#finished%3F-instance_method" title="SteppedService::Base#finished? (method)">#finished?</a></span>
290
346
  <small>SteppedService::Base</small>
@@ -292,7 +348,7 @@
292
348
  </li>
293
349
 
294
350
 
295
- <li class="even ">
351
+ <li class="odd ">
296
352
  <div class="item">
297
353
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html#from_date-instance_method" title="CzechPostB2bClient::RequestBuilders::GetStatsBuilder#from_date (method)">#from_date</a></span>
298
354
  <small>CzechPostB2bClient::RequestBuilders::GetStatsBuilder</small>
@@ -300,7 +356,7 @@
300
356
  </li>
301
357
 
302
358
 
303
- <li class="odd ">
359
+ <li class="even ">
304
360
  <div class="item">
305
361
  <span class='object_link'><a href="CzechPostB2bClient/Services/TimePeriodStatisticator.html#from_date-instance_method" title="CzechPostB2bClient::Services::TimePeriodStatisticator#from_date (method)">#from_date</a></span>
306
362
  <small>CzechPostB2bClient::Services::TimePeriodStatisticator</small>
@@ -308,7 +364,7 @@
308
364
  </li>
309
365
 
310
366
 
311
- <li class="even ">
367
+ <li class="odd ">
312
368
  <div class="item">
313
369
  <span class='object_link'><a href="SteppedService/Errors.html#full_messages-instance_method" title="SteppedService::Errors#full_messages (method)">#full_messages</a></span>
314
370
  <small>SteppedService::Errors</small>
@@ -316,7 +372,7 @@
316
372
  </li>
317
373
 
318
374
 
319
- <li class="odd ">
375
+ <li class="even ">
320
376
  <div class="item">
321
377
  <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Base.html#id-class_method" title="CzechPostB2bClient::PrintingTemplates::Base.id (method)">id</a></span>
322
378
  <small>CzechPostB2bClient::PrintingTemplates::Base</small>
@@ -324,7 +380,7 @@
324
380
  </li>
325
381
 
326
382
 
327
- <li class="even ">
383
+ <li class="odd ">
328
384
  <div class="item">
329
385
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetStatsParser.html#imports-instance_method" title="CzechPostB2bClient::ResponseParsers::GetStatsParser#imports (method)">#imports</a></span>
330
386
  <small>CzechPostB2bClient::ResponseParsers::GetStatsParser</small>
@@ -332,7 +388,7 @@
332
388
  </li>
333
389
 
334
390
 
335
- <li class="odd ">
391
+ <li class="even ">
336
392
  <div class="item">
337
393
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>
338
394
  <small>CzechPostB2bClient::ResponseCodes::BaseCode</small>
@@ -340,7 +396,7 @@
340
396
  </li>
341
397
 
342
398
 
343
- <li class="even ">
399
+ <li class="odd ">
344
400
  <div class="item">
345
401
  <span class='object_link'><a href="CzechPostB2bClient/Configuration.html#initialize-instance_method" title="CzechPostB2bClient::Configuration#initialize (method)">#initialize</a></span>
346
402
  <small>CzechPostB2bClient::Configuration</small>
@@ -348,7 +404,7 @@
348
404
  </li>
349
405
 
350
406
 
351
- <li class="odd ">
407
+ <li class="even ">
352
408
  <div class="item">
353
409
  <span class='object_link'><a href="CzechPostB2bClient/Services/ApiCaller.html#initialize-instance_method" title="CzechPostB2bClient::Services::ApiCaller#initialize (method)">#initialize</a></span>
354
410
  <small>CzechPostB2bClient::Services::ApiCaller</small>
@@ -356,15 +412,15 @@
356
412
  </li>
357
413
 
358
414
 
359
- <li class="even ">
415
+ <li class="odd ">
360
416
  <div class="item">
361
- <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSender.html#initialize-instance_method" title="CzechPostB2bClient::Services::ParcelsSender#initialize (method)">#initialize</a></span>
362
- <small>CzechPostB2bClient::Services::ParcelsSender</small>
417
+ <span class='object_link'><a href="CzechPostB2bClient/Services/XsdsDownloader.html#initialize-instance_method" title="CzechPostB2bClient::Services::XsdsDownloader#initialize (method)">#initialize</a></span>
418
+ <small>CzechPostB2bClient::Services::XsdsDownloader</small>
363
419
  </div>
364
420
  </li>
365
421
 
366
422
 
367
- <li class="odd ">
423
+ <li class="even ">
368
424
  <div class="item">
369
425
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/BaseParser.html#initialize-instance_method" title="CzechPostB2bClient::ResponseParsers::BaseParser#initialize (method)">#initialize</a></span>
370
426
  <small>CzechPostB2bClient::ResponseParsers::BaseParser</small>
@@ -372,6 +428,14 @@
372
428
  </li>
373
429
 
374
430
 
431
+ <li class="odd ">
432
+ <div class="item">
433
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSyncSender.html#initialize-instance_method" title="CzechPostB2bClient::Services::ParcelsSyncSender#initialize (method)">#initialize</a></span>
434
+ <small>CzechPostB2bClient::Services::ParcelsSyncSender</small>
435
+ </div>
436
+ </li>
437
+
438
+
375
439
  <li class="even ">
376
440
  <div class="item">
377
441
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/BaseBuilder.html#initialize-instance_method" title="CzechPostB2bClient::RequestBuilders::BaseBuilder#initialize (method)">#initialize</a></span>
@@ -389,6 +453,14 @@
389
453
 
390
454
 
391
455
  <li class="even ">
456
+ <div class="item">
457
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsAsyncSender.html#initialize-instance_method" title="CzechPostB2bClient::Services::ParcelsAsyncSender#initialize (method)">#initialize</a></span>
458
+ <small>CzechPostB2bClient::Services::ParcelsAsyncSender</small>
459
+ </div>
460
+ </li>
461
+
462
+
463
+ <li class="odd ">
392
464
  <div class="item">
393
465
  <span class='object_link'><a href="CzechPostB2bClient/Services/AddressSheetsGenerator.html#initialize-instance_method" title="CzechPostB2bClient::Services::AddressSheetsGenerator#initialize (method)">#initialize</a></span>
394
466
  <small>CzechPostB2bClient::Services::AddressSheetsGenerator</small>
@@ -396,7 +468,7 @@
396
468
  </li>
397
469
 
398
470
 
399
- <li class="odd ">
471
+ <li class="even ">
400
472
  <div class="item">
401
473
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html#initialize-instance_method" title="CzechPostB2bClient::RequestBuilders::GetStatsBuilder#initialize (method)">#initialize</a></span>
402
474
  <small>CzechPostB2bClient::RequestBuilders::GetStatsBuilder</small>
@@ -404,7 +476,7 @@
404
476
  </li>
405
477
 
406
478
 
407
- <li class="even ">
479
+ <li class="odd ">
408
480
  <div class="item">
409
481
  <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSubmissionCloser.html#initialize-instance_method" title="CzechPostB2bClient::Services::ParcelsSubmissionCloser#initialize (method)">#initialize</a></span>
410
482
  <small>CzechPostB2bClient::Services::ParcelsSubmissionCloser</small>
@@ -412,7 +484,7 @@
412
484
  </li>
413
485
 
414
486
 
415
- <li class="odd ">
487
+ <li class="even ">
416
488
  <div class="item">
417
489
  <span class='object_link'><a href="CzechPostB2bClient/Services/TimePeriodStatisticator.html#initialize-instance_method" title="CzechPostB2bClient::Services::TimePeriodStatisticator#initialize (method)">#initialize</a></span>
418
490
  <small>CzechPostB2bClient::Services::TimePeriodStatisticator</small>
@@ -420,7 +492,7 @@
420
492
  </li>
421
493
 
422
494
 
423
- <li class="even ">
495
+ <li class="odd ">
424
496
  <div class="item">
425
497
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html#initialize-instance_method" title="CzechPostB2bClient::RequestBuilders::SendParcelsBuilder#initialize (method)">#initialize</a></span>
426
498
  <small>CzechPostB2bClient::RequestBuilders::SendParcelsBuilder</small>
@@ -428,7 +500,7 @@
428
500
  </li>
429
501
 
430
502
 
431
- <li class="odd ">
503
+ <li class="even ">
432
504
  <div class="item">
433
505
  <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html#initialize-instance_method" title="CzechPostB2bClient::Services::ParcelsSendProcessUpdater#initialize (method)">#initialize</a></span>
434
506
  <small>CzechPostB2bClient::Services::ParcelsSendProcessUpdater</small>
@@ -436,7 +508,7 @@
436
508
  </li>
437
509
 
438
510
 
439
- <li class="even ">
511
+ <li class="odd ">
440
512
  <div class="item">
441
513
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html#initialize-instance_method" title="CzechPostB2bClient::RequestBuilders::GetParcelStateBuilder#initialize (method)">#initialize</a></span>
442
514
  <small>CzechPostB2bClient::RequestBuilders::GetParcelStateBuilder</small>
@@ -444,7 +516,7 @@
444
516
  </li>
445
517
 
446
518
 
447
- <li class="odd ">
519
+ <li class="even ">
448
520
  <div class="item">
449
521
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html#initialize-instance_method" title="CzechPostB2bClient::RequestBuilders::GetResultParcelsBuilder#initialize (method)">#initialize</a></span>
450
522
  <small>CzechPostB2bClient::RequestBuilders::GetResultParcelsBuilder</small>
@@ -452,6 +524,14 @@
452
524
  </li>
453
525
 
454
526
 
527
+ <li class="odd ">
528
+ <div class="item">
529
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html#initialize-instance_method" title="CzechPostB2bClient::RequestBuilders::ParcelServiceSyncBuilder#initialize (method)">#initialize</a></span>
530
+ <small>CzechPostB2bClient::RequestBuilders::ParcelServiceSyncBuilder</small>
531
+ </div>
532
+ </li>
533
+
534
+
455
535
  <li class="even ">
456
536
  <div class="item">
457
537
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html#initialize-instance_method" title="CzechPostB2bClient::RequestBuilders::GetParcelsPrintingBuilder#initialize (method)">#initialize</a></span>
@@ -549,6 +629,14 @@
549
629
 
550
630
 
551
631
  <li class="even ">
632
+ <div class="item">
633
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html#parcel-instance_method" title="CzechPostB2bClient::RequestBuilders::ParcelServiceSyncBuilder#parcel (method)">#parcel</a></span>
634
+ <small>CzechPostB2bClient::RequestBuilders::ParcelServiceSyncBuilder</small>
635
+ </div>
636
+ </li>
637
+
638
+
639
+ <li class="odd ">
552
640
  <div class="item">
553
641
  <span class='object_link'><a href="CzechPostB2bClient/Services/DeliveringInspector.html#parcel_codes-instance_method" title="CzechPostB2bClient::Services::DeliveringInspector#parcel_codes (method)">#parcel_codes</a></span>
554
642
  <small>CzechPostB2bClient::Services::DeliveringInspector</small>
@@ -556,7 +644,7 @@
556
644
  </li>
557
645
 
558
646
 
559
- <li class="odd ">
647
+ <li class="even ">
560
648
  <div class="item">
561
649
  <span class='object_link'><a href="CzechPostB2bClient/Services/AddressSheetsGenerator.html#parcel_codes-instance_method" title="CzechPostB2bClient::Services::AddressSheetsGenerator#parcel_codes (method)">#parcel_codes</a></span>
562
650
  <small>CzechPostB2bClient::Services::AddressSheetsGenerator</small>
@@ -564,7 +652,7 @@
564
652
  </li>
565
653
 
566
654
 
567
- <li class="even ">
655
+ <li class="odd ">
568
656
  <div class="item">
569
657
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html#parcel_codes-instance_method" title="CzechPostB2bClient::RequestBuilders::GetParcelStateBuilder#parcel_codes (method)">#parcel_codes</a></span>
570
658
  <small>CzechPostB2bClient::RequestBuilders::GetParcelStateBuilder</small>
@@ -572,7 +660,7 @@
572
660
  </li>
573
661
 
574
662
 
575
- <li class="odd ">
663
+ <li class="even ">
576
664
  <div class="item">
577
665
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html#parcel_codes-instance_method" title="CzechPostB2bClient::RequestBuilders::GetParcelsPrintingBuilder#parcel_codes (method)">#parcel_codes</a></span>
578
666
  <small>CzechPostB2bClient::RequestBuilders::GetParcelsPrintingBuilder</small>
@@ -580,7 +668,7 @@
580
668
  </li>
581
669
 
582
670
 
583
- <li class="even ">
671
+ <li class="odd ">
584
672
  <div class="item">
585
673
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html#parcel_data_from-instance_method" title="CzechPostB2bClient::ResponseParsers::GetParcelStateParser#parcel_data_from (method)">#parcel_data_from</a></span>
586
674
  <small>CzechPostB2bClient::ResponseParsers::GetParcelStateParser</small>
@@ -588,7 +676,7 @@
588
676
  </li>
589
677
 
590
678
 
591
- <li class="odd ">
679
+ <li class="even ">
592
680
  <div class="item">
593
681
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html#parcel_data_from-instance_method" title="CzechPostB2bClient::ResponseParsers::GetResultParcelsParser#parcel_data_from (method)">#parcel_data_from</a></span>
594
682
  <small>CzechPostB2bClient::ResponseParsers::GetResultParcelsParser</small>
@@ -596,7 +684,23 @@
596
684
  </li>
597
685
 
598
686
 
687
+ <li class="odd ">
688
+ <div class="item">
689
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#parcel_data_from-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#parcel_data_from (method)">#parcel_data_from</a></span>
690
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
691
+ </div>
692
+ </li>
693
+
694
+
599
695
  <li class="even ">
696
+ <div class="item">
697
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#parcel_data_hash-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#parcel_data_hash (method)">#parcel_data_hash</a></span>
698
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
699
+ </div>
700
+ </li>
701
+
702
+
703
+ <li class="odd ">
600
704
  <div class="item">
601
705
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html#parcel_parcel_id_from-instance_method" title="CzechPostB2bClient::ResponseParsers::GetResultParcelsParser#parcel_parcel_id_from (method)">#parcel_parcel_id_from</a></span>
602
706
  <small>CzechPostB2bClient::ResponseParsers::GetResultParcelsParser</small>
@@ -604,15 +708,31 @@
604
708
  </li>
605
709
 
606
710
 
711
+ <li class="even ">
712
+ <div class="item">
713
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#parcel_parcel_id_from-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#parcel_parcel_id_from (method)">#parcel_parcel_id_from</a></span>
714
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
715
+ </div>
716
+ </li>
717
+
718
+
607
719
  <li class="odd ">
608
720
  <div class="item">
609
- <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSender.html#parcels-instance_method" title="CzechPostB2bClient::Services::ParcelsSender#parcels (method)">#parcels</a></span>
610
- <small>CzechPostB2bClient::Services::ParcelsSender</small>
721
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSyncSender.html#parcels-instance_method" title="CzechPostB2bClient::Services::ParcelsSyncSender#parcels (method)">#parcels</a></span>
722
+ <small>CzechPostB2bClient::Services::ParcelsSyncSender</small>
611
723
  </div>
612
724
  </li>
613
725
 
614
726
 
615
727
  <li class="even ">
728
+ <div class="item">
729
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsAsyncSender.html#parcels-instance_method" title="CzechPostB2bClient::Services::ParcelsAsyncSender#parcels (method)">#parcels</a></span>
730
+ <small>CzechPostB2bClient::Services::ParcelsAsyncSender</small>
731
+ </div>
732
+ </li>
733
+
734
+
735
+ <li class="odd ">
616
736
  <div class="item">
617
737
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html#parcels-instance_method" title="CzechPostB2bClient::RequestBuilders::SendParcelsBuilder#parcels (method)">#parcels</a></span>
618
738
  <small>CzechPostB2bClient::RequestBuilders::SendParcelsBuilder</small>
@@ -620,7 +740,7 @@
620
740
  </li>
621
741
 
622
742
 
623
- <li class="odd ">
743
+ <li class="even ">
624
744
  <div class="item">
625
745
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html#parcels_data_hash-instance_method" title="CzechPostB2bClient::ResponseParsers::GetParcelStateParser#parcels_data_hash (method)">#parcels_data_hash</a></span>
626
746
  <small>CzechPostB2bClient::ResponseParsers::GetParcelStateParser</small>
@@ -628,7 +748,7 @@
628
748
  </li>
629
749
 
630
750
 
631
- <li class="even ">
751
+ <li class="odd ">
632
752
  <div class="item">
633
753
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html#parcels_data_hash-instance_method" title="CzechPostB2bClient::ResponseParsers::GetResultParcelsParser#parcels_data_hash (method)">#parcels_data_hash</a></span>
634
754
  <small>CzechPostB2bClient::ResponseParsers::GetResultParcelsParser</small>
@@ -636,6 +756,14 @@
636
756
  </li>
637
757
 
638
758
 
759
+ <li class="even ">
760
+ <div class="item">
761
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/SendParcelsParser.html#parse_time_with_correction-instance_method" title="CzechPostB2bClient::ResponseParsers::SendParcelsParser#parse_time_with_correction (method)">#parse_time_with_correction</a></span>
762
+ <small>CzechPostB2bClient::ResponseParsers::SendParcelsParser</small>
763
+ </div>
764
+ </li>
765
+
766
+
639
767
  <li class="odd ">
640
768
  <div class="item">
641
769
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html#pdf_content-instance_method" title="CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser#pdf_content (method)">#pdf_content</a></span>
@@ -644,6 +772,22 @@
644
772
  </li>
645
773
 
646
774
 
775
+ <li class="even ">
776
+ <div class="item">
777
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#pdf_content_from-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#pdf_content_from (method)">#pdf_content_from</a></span>
778
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
779
+ </div>
780
+ </li>
781
+
782
+
783
+ <li class="odd ">
784
+ <div class="item">
785
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#print_data_from-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#print_data_from (method)">#print_data_from</a></span>
786
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
787
+ </div>
788
+ </li>
789
+
790
+
647
791
  <li class="even ">
648
792
  <div class="item">
649
793
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html#printing_response_header_result-instance_method" title="CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser#printing_response_header_result (method)">#printing_response_header_result</a></span>
@@ -692,6 +836,22 @@
692
836
  </li>
693
837
 
694
838
 
839
+ <li class="even ">
840
+ <div class="item">
841
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#response_parcel_hashes-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#response_parcel_hashes (method)">#response_parcel_hashes</a></span>
842
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
843
+ </div>
844
+ </li>
845
+
846
+
847
+ <li class="odd ">
848
+ <div class="item">
849
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#response_print_hash-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#response_print_hash (method)">#response_print_hash</a></span>
850
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
851
+ </div>
852
+ </li>
853
+
854
+
695
855
  <li class="even ">
696
856
  <div class="item">
697
857
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetStatsParser.html#response_root_node_name-instance_method" title="CzechPostB2bClient::ResponseParsers::GetStatsParser#response_root_node_name (method)">#response_root_node_name</a></span>
@@ -717,6 +877,14 @@
717
877
 
718
878
 
719
879
  <li class="odd ">
880
+ <div class="item">
881
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#response_root_node_name-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#response_root_node_name (method)">#response_root_node_name</a></span>
882
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
883
+ </div>
884
+ </li>
885
+
886
+
887
+ <li class="even ">
720
888
  <div class="item">
721
889
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html#response_root_node_name-instance_method" title="CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser#response_root_node_name (method)">#response_root_node_name</a></span>
722
890
  <small>CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser</small>
@@ -724,7 +892,7 @@
724
892
  </li>
725
893
 
726
894
 
727
- <li class="even ">
895
+ <li class="odd ">
728
896
  <div class="item">
729
897
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html#response_state_response-instance_method" title="CzechPostB2bClient::ResponseParsers::GetResultParcelsParser#response_state_response (method)">#response_state_response</a></span>
730
898
  <small>CzechPostB2bClient::ResponseParsers::GetResultParcelsParser</small>
@@ -732,6 +900,14 @@
732
900
  </li>
733
901
 
734
902
 
903
+ <li class="even ">
904
+ <div class="item">
905
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#response_state_response-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#response_state_response (method)">#response_state_response</a></span>
906
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
907
+ </div>
908
+ </li>
909
+
910
+
735
911
  <li class="odd ">
736
912
  <div class="item">
737
913
  <span class='object_link'><a href="SteppedService/Base.html#result-instance_method" title="SteppedService::Base#result (method)">#result</a></span>
@@ -750,13 +926,21 @@
750
926
 
751
927
  <li class="odd ">
752
928
  <div class="item">
753
- <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSender.html#sending_data-instance_method" title="CzechPostB2bClient::Services::ParcelsSender#sending_data (method)">#sending_data</a></span>
754
- <small>CzechPostB2bClient::Services::ParcelsSender</small>
929
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSyncSender.html#sending_data-instance_method" title="CzechPostB2bClient::Services::ParcelsSyncSender#sending_data (method)">#sending_data</a></span>
930
+ <small>CzechPostB2bClient::Services::ParcelsSyncSender</small>
755
931
  </div>
756
932
  </li>
757
933
 
758
934
 
759
935
  <li class="even ">
936
+ <div class="item">
937
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsAsyncSender.html#sending_data-instance_method" title="CzechPostB2bClient::Services::ParcelsAsyncSender#sending_data (method)">#sending_data</a></span>
938
+ <small>CzechPostB2bClient::Services::ParcelsAsyncSender</small>
939
+ </div>
940
+ </li>
941
+
942
+
943
+ <li class="odd ">
760
944
  <div class="item">
761
945
  <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSubmissionCloser.html#sending_data-instance_method" title="CzechPostB2bClient::Services::ParcelsSubmissionCloser#sending_data (method)">#sending_data</a></span>
762
946
  <small>CzechPostB2bClient::Services::ParcelsSubmissionCloser</small>
@@ -764,7 +948,7 @@
764
948
  </li>
765
949
 
766
950
 
767
- <li class="odd ">
951
+ <li class="even ">
768
952
  <div class="item">
769
953
  <span class='object_link'><a href="CzechPostB2bClient/Configuration.html#sending_post_office_code-instance_method" title="CzechPostB2bClient::Configuration#sending_post_office_code (method)">#sending_post_office_code</a></span>
770
954
  <small>CzechPostB2bClient::Configuration</small>
@@ -772,7 +956,7 @@
772
956
  </li>
773
957
 
774
958
 
775
- <li class="even ">
959
+ <li class="odd ">
776
960
  <div class="item">
777
961
  <span class='object_link'><a href="CzechPostB2bClient/Configuration.html#sending_post_office_location_number-instance_method" title="CzechPostB2bClient::Configuration#sending_post_office_location_number (method)">#sending_post_office_location_number</a></span>
778
962
  <small>CzechPostB2bClient::Configuration</small>
@@ -780,7 +964,7 @@
780
964
  </li>
781
965
 
782
966
 
783
- <li class="odd ">
967
+ <li class="even ">
784
968
  <div class="item">
785
969
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html#states_array_from-instance_method" title="CzechPostB2bClient::ResponseParsers::GetParcelStateParser#states_array_from (method)">#states_array_from</a></span>
786
970
  <small>CzechPostB2bClient::ResponseParsers::GetParcelStateParser</small>
@@ -788,7 +972,7 @@
788
972
  </li>
789
973
 
790
974
 
791
- <li class="even ">
975
+ <li class="odd ">
792
976
  <div class="item">
793
977
  <span class='object_link'><a href="SteppedService/Base.html#steps-instance_method" title="SteppedService::Base#steps (method)">#steps</a></span>
794
978
  <small>SteppedService::Base</small>
@@ -796,7 +980,7 @@
796
980
  </li>
797
981
 
798
982
 
799
- <li class="odd ">
983
+ <li class="even ">
800
984
  <div class="item">
801
985
  <span class='object_link'><a href="CzechPostB2bClient/Services/ApiCaller.html#steps-instance_method" title="CzechPostB2bClient::Services::ApiCaller#steps (method)">#steps</a></span>
802
986
  <small>CzechPostB2bClient::Services::ApiCaller</small>
@@ -804,7 +988,7 @@
804
988
  </li>
805
989
 
806
990
 
807
- <li class="even ">
991
+ <li class="odd ">
808
992
  <div class="item">
809
993
  <span class='object_link'><a href="CzechPostB2bClient/Services/Communicator.html#steps-instance_method" title="CzechPostB2bClient::Services::Communicator#steps (method)">#steps</a></span>
810
994
  <small>CzechPostB2bClient::Services::Communicator</small>
@@ -812,6 +996,14 @@
812
996
  </li>
813
997
 
814
998
 
999
+ <li class="even ">
1000
+ <div class="item">
1001
+ <span class='object_link'><a href="CzechPostB2bClient/Services/XsdsDownloader.html#steps-instance_method" title="CzechPostB2bClient::Services::XsdsDownloader#steps (method)">#steps</a></span>
1002
+ <small>CzechPostB2bClient::Services::XsdsDownloader</small>
1003
+ </div>
1004
+ </li>
1005
+
1006
+
815
1007
  <li class="odd ">
816
1008
  <div class="item">
817
1009
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/BaseParser.html#steps-instance_method" title="CzechPostB2bClient::ResponseParsers::BaseParser#steps (method)">#steps</a></span>
@@ -821,6 +1013,14 @@
821
1013
 
822
1014
 
823
1015
  <li class="even ">
1016
+ <div class="item">
1017
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSyncSender.html#steps-instance_method" title="CzechPostB2bClient::Services::ParcelsSyncSender#steps (method)">#steps</a></span>
1018
+ <small>CzechPostB2bClient::Services::ParcelsSyncSender</small>
1019
+ </div>
1020
+ </li>
1021
+
1022
+
1023
+ <li class="odd ">
824
1024
  <div class="item">
825
1025
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/BaseBuilder.html#steps-instance_method" title="CzechPostB2bClient::RequestBuilders::BaseBuilder#steps (method)">#steps</a></span>
826
1026
  <small>CzechPostB2bClient::RequestBuilders::BaseBuilder</small>
@@ -828,7 +1028,7 @@
828
1028
  </li>
829
1029
 
830
1030
 
831
- <li class="odd ">
1031
+ <li class="even ">
832
1032
  <div class="item">
833
1033
  <span class='object_link'><a href="CzechPostB2bClient/Services/AddressSheetsGenerator.html#steps-instance_method" title="CzechPostB2bClient::Services::AddressSheetsGenerator#steps (method)">#steps</a></span>
834
1034
  <small>CzechPostB2bClient::Services::AddressSheetsGenerator</small>
@@ -836,7 +1036,7 @@
836
1036
  </li>
837
1037
 
838
1038
 
839
- <li class="even ">
1039
+ <li class="odd ">
840
1040
  <div class="item">
841
1041
  <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html#steps-instance_method" title="CzechPostB2bClient::Services::ParcelsSendProcessUpdater#steps (method)">#steps</a></span>
842
1042
  <small>CzechPostB2bClient::Services::ParcelsSendProcessUpdater</small>
@@ -844,7 +1044,7 @@
844
1044
  </li>
845
1045
 
846
1046
 
847
- <li class="odd ">
1047
+ <li class="even ">
848
1048
  <div class="item">
849
1049
  <span class='object_link'><a href="SteppedService/Base.html#success%3F-instance_method" title="SteppedService::Base#success? (method)">#success?</a></span>
850
1050
  <small>SteppedService::Base</small>
@@ -852,7 +1052,7 @@
852
1052
  </li>
853
1053
 
854
1054
 
855
- <li class="even ">
1055
+ <li class="odd ">
856
1056
  <div class="item">
857
1057
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>
858
1058
  <small>CzechPostB2bClient::ResponseCodes::BaseCode</small>
@@ -860,7 +1060,7 @@
860
1060
  </li>
861
1061
 
862
1062
 
863
- <li class="odd ">
1063
+ <li class="even ">
864
1064
  <div class="item">
865
1065
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html#to_date-instance_method" title="CzechPostB2bClient::RequestBuilders::GetStatsBuilder#to_date (method)">#to_date</a></span>
866
1066
  <small>CzechPostB2bClient::RequestBuilders::GetStatsBuilder</small>
@@ -868,7 +1068,7 @@
868
1068
  </li>
869
1069
 
870
1070
 
871
- <li class="even ">
1071
+ <li class="odd ">
872
1072
  <div class="item">
873
1073
  <span class='object_link'><a href="CzechPostB2bClient/Services/TimePeriodStatisticator.html#to_date-instance_method" title="CzechPostB2bClient::Services::TimePeriodStatisticator#to_date (method)">#to_date</a></span>
874
1074
  <small>CzechPostB2bClient::Services::TimePeriodStatisticator</small>
@@ -876,7 +1076,7 @@
876
1076
  </li>
877
1077
 
878
1078
 
879
- <li class="odd ">
1079
+ <li class="even ">
880
1080
  <div class="item">
881
1081
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>
882
1082
  <small>CzechPostB2bClient::ResponseCodes::BaseCode</small>
@@ -884,7 +1084,7 @@
884
1084
  </li>
885
1085
 
886
1086
 
887
- <li class="even ">
1087
+ <li class="odd ">
888
1088
  <div class="item">
889
1089
  <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html#transaction_id-instance_method" title="CzechPostB2bClient::Services::ParcelsSendProcessUpdater#transaction_id (method)">#transaction_id</a></span>
890
1090
  <small>CzechPostB2bClient::Services::ParcelsSendProcessUpdater</small>
@@ -892,7 +1092,7 @@
892
1092
  </li>
893
1093
 
894
1094
 
895
- <li class="odd ">
1095
+ <li class="even ">
896
1096
  <div class="item">
897
1097
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html#transaction_id-instance_method" title="CzechPostB2bClient::RequestBuilders::GetResultParcelsBuilder#transaction_id (method)">#transaction_id</a></span>
898
1098
  <small>CzechPostB2bClient::RequestBuilders::GetResultParcelsBuilder</small>
@@ -900,7 +1100,7 @@
900
1100
  </li>
901
1101
 
902
1102
 
903
- <li class="even ">
1103
+ <li class="odd ">
904
1104
  <div class="item">
905
1105
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span>
906
1106
  <small>CzechPostB2bClient::ResponseCodes::BaseCode</small>
@@ -908,7 +1108,7 @@
908
1108
  </li>
909
1109
 
910
1110
 
911
- <li class="odd ">
1111
+ <li class="even ">
912
1112
  <div class="item">
913
1113
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html#updated_result_value_for-instance_method" title="CzechPostB2bClient::ResponseParsers::GetResultParcelsParser#updated_result_value_for (method)">#updated_result_value_for</a></span>
914
1114
  <small>CzechPostB2bClient::ResponseParsers::GetResultParcelsParser</small>
@@ -916,6 +1116,14 @@
916
1116
  </li>
917
1117
 
918
1118
 
1119
+ <li class="odd ">
1120
+ <div class="item">
1121
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html#updated_result_value_for-instance_method" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser#updated_result_value_for (method)">#updated_result_value_for</a></span>
1122
+ <small>CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser</small>
1123
+ </div>
1124
+ </li>
1125
+
1126
+
919
1127
 
920
1128
  </ul>
921
1129
  </div>