czech_post_b2b_client 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (397) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +40 -0
  3. data/CHANGELOG.md +14 -0
  4. data/CODE_OF_CONDUCT.md +74 -0
  5. data/Gemfile +8 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +281 -0
  8. data/Rakefile +12 -0
  9. data/bin/console +15 -0
  10. data/bin/setup +8 -0
  11. data/certs/postsignum_qca4_root.pem +41 -0
  12. data/certs/postsignum_vca5_sub.pem +44 -0
  13. data/doc/CzechPostB2bClient.html +479 -0
  14. data/doc/CzechPostB2bClient/B2BErrors.html +242 -0
  15. data/doc/CzechPostB2bClient/B2BErrors/BadRequestError.html +145 -0
  16. data/doc/CzechPostB2bClient/B2BErrors/BaseError.html +376 -0
  17. data/doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html +145 -0
  18. data/doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html +145 -0
  19. data/doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html +145 -0
  20. data/doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html +145 -0
  21. data/doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html +145 -0
  22. data/doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html +145 -0
  23. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html +145 -0
  24. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html +145 -0
  25. data/doc/CzechPostB2bClient/Configuration.html +1005 -0
  26. data/doc/CzechPostB2bClient/Error.html +128 -0
  27. data/doc/CzechPostB2bClient/PrintingTemplates.html +199 -0
  28. data/doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html +129 -0
  29. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html +117 -0
  30. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html +129 -0
  31. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html +129 -0
  32. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html +129 -0
  33. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html +115 -0
  34. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html +129 -0
  35. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html +129 -0
  36. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html +129 -0
  37. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html +129 -0
  38. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html +129 -0
  39. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html +129 -0
  40. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html +129 -0
  41. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html +129 -0
  42. data/doc/CzechPostB2bClient/PrintingTemplates/Base.html +279 -0
  43. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html +129 -0
  44. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html +129 -0
  45. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html +129 -0
  46. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html +129 -0
  47. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html +129 -0
  48. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html +129 -0
  49. data/doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html +129 -0
  50. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope.html +115 -0
  51. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html +129 -0
  52. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html +129 -0
  53. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html +129 -0
  54. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html +129 -0
  55. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html +141 -0
  56. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html +129 -0
  57. data/doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html +129 -0
  58. data/doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html +129 -0
  59. data/doc/CzechPostB2bClient/RequestBuilders.html +117 -0
  60. data/doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html +396 -0
  61. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html +329 -0
  62. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html +470 -0
  63. data/doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html +329 -0
  64. data/doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html +403 -0
  65. data/doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html +403 -0
  66. data/doc/CzechPostB2bClient/ResponseCodes.html +242 -0
  67. data/doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html +134 -0
  68. data/doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html +134 -0
  69. data/doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html +134 -0
  70. data/doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html +134 -0
  71. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html +134 -0
  72. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html +134 -0
  73. data/doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html +134 -0
  74. data/doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html +134 -0
  75. data/doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html +134 -0
  76. data/doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html +134 -0
  77. data/doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html +134 -0
  78. data/doc/CzechPostB2bClient/ResponseCodes/BadHeight.html +134 -0
  79. data/doc/CzechPostB2bClient/ResponseCodes/BadLength.html +134 -0
  80. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html +134 -0
  81. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html +134 -0
  82. data/doc/CzechPostB2bClient/ResponseCodes/BadPrice.html +134 -0
  83. data/doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html +134 -0
  84. data/doc/CzechPostB2bClient/ResponseCodes/BadWeight.html +134 -0
  85. data/doc/CzechPostB2bClient/ResponseCodes/BadWidth.html +134 -0
  86. data/doc/CzechPostB2bClient/ResponseCodes/BaseCode.html +550 -0
  87. data/doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html +134 -0
  88. data/doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html +134 -0
  89. data/doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html +134 -0
  90. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html +134 -0
  91. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html +134 -0
  92. data/doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html +134 -0
  93. data/doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html +134 -0
  94. data/doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html +134 -0
  95. data/doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html +134 -0
  96. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html +134 -0
  97. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html +134 -0
  98. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html +134 -0
  99. data/doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html +134 -0
  100. data/doc/CzechPostB2bClient/ResponseCodes/FullSequence.html +134 -0
  101. data/doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html +134 -0
  102. data/doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html +134 -0
  103. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html +134 -0
  104. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html +134 -0
  105. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html +134 -0
  106. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html +134 -0
  107. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html +134 -0
  108. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html +134 -0
  109. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html +134 -0
  110. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html +134 -0
  111. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html +134 -0
  112. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html +134 -0
  113. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html +134 -0
  114. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html +134 -0
  115. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html +134 -0
  116. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html +134 -0
  117. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html +134 -0
  118. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html +134 -0
  119. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html +134 -0
  120. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html +134 -0
  121. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html +134 -0
  122. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html +134 -0
  123. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html +134 -0
  124. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html +134 -0
  125. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html +134 -0
  126. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html +134 -0
  127. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html +134 -0
  128. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html +134 -0
  129. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html +134 -0
  130. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html +134 -0
  131. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html +134 -0
  132. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html +134 -0
  133. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html +134 -0
  134. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html +134 -0
  135. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html +134 -0
  136. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html +134 -0
  137. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html +134 -0
  138. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html +134 -0
  139. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html +134 -0
  140. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html +134 -0
  141. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html +134 -0
  142. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html +134 -0
  143. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html +134 -0
  144. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html +134 -0
  145. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html +134 -0
  146. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html +134 -0
  147. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html +134 -0
  148. data/doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html +134 -0
  149. data/doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html +134 -0
  150. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html +134 -0
  151. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html +134 -0
  152. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html +134 -0
  153. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html +134 -0
  154. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html +134 -0
  155. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html +134 -0
  156. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html +134 -0
  157. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html +134 -0
  158. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html +134 -0
  159. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html +134 -0
  160. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html +134 -0
  161. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html +134 -0
  162. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html +134 -0
  163. data/doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html +134 -0
  164. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html +134 -0
  165. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html +134 -0
  166. data/doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html +134 -0
  167. data/doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html +134 -0
  168. data/doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html +134 -0
  169. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html +134 -0
  170. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html +134 -0
  171. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html +134 -0
  172. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html +134 -0
  173. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html +134 -0
  174. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html +134 -0
  175. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html +134 -0
  176. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html +134 -0
  177. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html +134 -0
  178. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html +134 -0
  179. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html +134 -0
  180. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html +134 -0
  181. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html +134 -0
  182. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html +134 -0
  183. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html +134 -0
  184. data/doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html +134 -0
  185. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html +134 -0
  186. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html +134 -0
  187. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html +134 -0
  188. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html +134 -0
  189. data/doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html +134 -0
  190. data/doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html +134 -0
  191. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html +134 -0
  192. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html +134 -0
  193. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html +134 -0
  194. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html +134 -0
  195. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html +134 -0
  196. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html +134 -0
  197. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html +134 -0
  198. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html +134 -0
  199. data/doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html +134 -0
  200. data/doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html +134 -0
  201. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html +134 -0
  202. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html +145 -0
  203. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html +134 -0
  204. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html +134 -0
  205. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html +134 -0
  206. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html +134 -0
  207. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html +134 -0
  208. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html +134 -0
  209. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html +134 -0
  210. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html +134 -0
  211. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html +134 -0
  212. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html +134 -0
  213. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html +134 -0
  214. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html +134 -0
  215. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html +134 -0
  216. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html +134 -0
  217. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html +134 -0
  218. data/doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html +134 -0
  219. data/doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html +134 -0
  220. data/doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html +134 -0
  221. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html +134 -0
  222. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html +134 -0
  223. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html +134 -0
  224. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html +134 -0
  225. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html +134 -0
  226. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html +134 -0
  227. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html +134 -0
  228. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html +134 -0
  229. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html +134 -0
  230. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html +134 -0
  231. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html +134 -0
  232. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html +134 -0
  233. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html +134 -0
  234. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html +134 -0
  235. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html +134 -0
  236. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html +134 -0
  237. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html +134 -0
  238. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html +134 -0
  239. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html +134 -0
  240. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html +134 -0
  241. data/doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html +134 -0
  242. data/doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html +134 -0
  243. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html +134 -0
  244. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html +134 -0
  245. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html +134 -0
  246. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html +134 -0
  247. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html +134 -0
  248. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html +134 -0
  249. data/doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html +134 -0
  250. data/doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html +134 -0
  251. data/doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html +134 -0
  252. data/doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html +134 -0
  253. data/doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html +134 -0
  254. data/doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html +134 -0
  255. data/doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html +134 -0
  256. data/doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html +134 -0
  257. data/doc/CzechPostB2bClient/ResponseCodes/MissingLength.html +134 -0
  258. data/doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html +134 -0
  259. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html +134 -0
  260. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html +134 -0
  261. data/doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html +134 -0
  262. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html +134 -0
  263. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html +134 -0
  264. data/doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html +134 -0
  265. data/doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html +134 -0
  266. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html +134 -0
  267. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html +134 -0
  268. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html +134 -0
  269. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html +134 -0
  270. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html +134 -0
  271. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html +134 -0
  272. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html +134 -0
  273. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html +134 -0
  274. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html +134 -0
  275. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html +134 -0
  276. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html +134 -0
  277. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html +134 -0
  278. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html +134 -0
  279. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html +134 -0
  280. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html +134 -0
  281. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html +134 -0
  282. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html +134 -0
  283. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html +134 -0
  284. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html +134 -0
  285. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html +134 -0
  286. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html +134 -0
  287. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html +134 -0
  288. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html +134 -0
  289. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html +134 -0
  290. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html +134 -0
  291. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html +134 -0
  292. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html +134 -0
  293. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html +134 -0
  294. data/doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html +134 -0
  295. data/doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html +134 -0
  296. data/doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html +134 -0
  297. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html +134 -0
  298. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html +134 -0
  299. data/doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html +134 -0
  300. data/doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html +134 -0
  301. data/doc/CzechPostB2bClient/ResponseCodes/NfoCancelService9.html +134 -0
  302. data/doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html +134 -0
  303. data/doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html +134 -0
  304. data/doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html +134 -0
  305. data/doc/CzechPostB2bClient/ResponseCodes/Ok.html +134 -0
  306. data/doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html +134 -0
  307. data/doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html +134 -0
  308. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html +134 -0
  309. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html +134 -0
  310. data/doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html +134 -0
  311. data/doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html +134 -0
  312. data/doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html +134 -0
  313. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html +134 -0
  314. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html +134 -0
  315. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html +134 -0
  316. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html +134 -0
  317. data/doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html +134 -0
  318. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html +134 -0
  319. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html +134 -0
  320. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html +134 -0
  321. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html +134 -0
  322. data/doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html +134 -0
  323. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html +134 -0
  324. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html +134 -0
  325. data/doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html +134 -0
  326. data/doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html +134 -0
  327. data/doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html +134 -0
  328. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html +134 -0
  329. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html +134 -0
  330. data/doc/CzechPostB2bClient/ResponseParsers.html +117 -0
  331. data/doc/CzechPostB2bClient/ResponseParsers/BaseParser.html +283 -0
  332. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html +533 -0
  333. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html +463 -0
  334. data/doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html +625 -0
  335. data/doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html +347 -0
  336. data/doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html +231 -0
  337. data/doc/CzechPostB2bClient/Services.html +117 -0
  338. data/doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html +451 -0
  339. data/doc/CzechPostB2bClient/Services/ApiCaller.html +307 -0
  340. data/doc/CzechPostB2bClient/Services/Communicator.html +220 -0
  341. data/doc/CzechPostB2bClient/Services/DeliveringInspector.html +324 -0
  342. data/doc/CzechPostB2bClient/Services/Orchestrator.html +143 -0
  343. data/doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html +377 -0
  344. data/doc/CzechPostB2bClient/Services/ParcelsSender.html +402 -0
  345. data/doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html +337 -0
  346. data/doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html +398 -0
  347. data/doc/SteppedService.html +224 -0
  348. data/doc/SteppedService/Base.html +706 -0
  349. data/doc/SteppedService/Errors.html +365 -0
  350. data/doc/_index.html +2607 -0
  351. data/doc/class_list.html +51 -0
  352. data/doc/css/common.css +1 -0
  353. data/doc/css/full_list.css +58 -0
  354. data/doc/css/style.css +496 -0
  355. data/doc/file.README.html +357 -0
  356. data/doc/file_list.html +56 -0
  357. data/doc/frames.html +17 -0
  358. data/doc/index.html +357 -0
  359. data/doc/js/app.js +303 -0
  360. data/doc/js/full_list.js +216 -0
  361. data/doc/js/jquery.js +4 -0
  362. data/doc/method_list.html +923 -0
  363. data/doc/top-level-namespace.html +110 -0
  364. data/lib/czech_post_b2b_client.rb +37 -0
  365. data/lib/czech_post_b2b_client/b2b_errors.rb +105 -0
  366. data/lib/czech_post_b2b_client/configuration.rb +34 -0
  367. data/lib/czech_post_b2b_client/printing_templates.rb +166 -0
  368. data/lib/czech_post_b2b_client/request_builders.rb +8 -0
  369. data/lib/czech_post_b2b_client/request_builders/base_builder.rb +90 -0
  370. data/lib/czech_post_b2b_client/request_builders/get_parcel_state_builder.rb +44 -0
  371. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +79 -0
  372. data/lib/czech_post_b2b_client/request_builders/get_result_parcels_builder.rb +28 -0
  373. data/lib/czech_post_b2b_client/request_builders/get_stats_builder.rb +30 -0
  374. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +294 -0
  375. data/lib/czech_post_b2b_client/response_codes.rb +1900 -0
  376. data/lib/czech_post_b2b_client/response_parsers.rb +8 -0
  377. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +95 -0
  378. data/lib/czech_post_b2b_client/response_parsers/get_parcel_state_parser.rb +54 -0
  379. data/lib/czech_post_b2b_client/response_parsers/get_parcels_printing_parser.rb +42 -0
  380. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +56 -0
  381. data/lib/czech_post_b2b_client/response_parsers/get_stats_parser.rb +27 -0
  382. data/lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb +13 -0
  383. data/lib/czech_post_b2b_client/services.rb +10 -0
  384. data/lib/czech_post_b2b_client/services/address_sheets_generator.rb +55 -0
  385. data/lib/czech_post_b2b_client/services/api_caller.rb +115 -0
  386. data/lib/czech_post_b2b_client/services/communicator.rb +28 -0
  387. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +50 -0
  388. data/lib/czech_post_b2b_client/services/orchestrator.rb +27 -0
  389. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +71 -0
  390. data/lib/czech_post_b2b_client/services/parcels_sender.rb +53 -0
  391. data/lib/czech_post_b2b_client/services/parcels_submission_closer.rb +23 -0
  392. data/lib/czech_post_b2b_client/services/time_period_statisticator.rb +44 -0
  393. data/lib/czech_post_b2b_client/version.rb +5 -0
  394. data/lib/stepped_service.rb +4 -0
  395. data/lib/stepped_service/base.rb +139 -0
  396. data/lib/stepped_service/errors.rb +29 -0
  397. metadata +571 -0
@@ -0,0 +1,134 @@
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
+ Class: CzechPostB2bClient::ResponseCodes::BadVariableSymbol
8
+
9
+ &mdash; Documentation by YARD 0.9.19
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "CzechPostB2bClient::ResponseCodes::BadVariableSymbol";
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="../ResponseCodes.html" title="CzechPostB2bClient::ResponseCodes (module)">ResponseCodes</a></span></span>
41
+ &raquo;
42
+ <span class="title">BadVariableSymbol</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>Class: CzechPostB2bClient::ResponseCodes::BadVariableSymbol
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="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></li>
78
+
79
+ <li class="next">CzechPostB2bClient::ResponseCodes::BadVariableSymbol</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/czech_post_b2b_client/response_codes.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+ <h2>Method Summary</h2>
119
+
120
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
122
+
123
+
124
+ </div>
125
+
126
+ <div id="footer">
127
+ Generated on Fri Mar 20 17:49:06 2020 by
128
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
+ 0.9.19 (ruby-2.4.1).
130
+ </div>
131
+
132
+ </div>
133
+ </body>
134
+ </html>
@@ -0,0 +1,134 @@
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
+ Class: CzechPostB2bClient::ResponseCodes::BadWeight
8
+
9
+ &mdash; Documentation by YARD 0.9.19
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "CzechPostB2bClient::ResponseCodes::BadWeight";
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="../ResponseCodes.html" title="CzechPostB2bClient::ResponseCodes (module)">ResponseCodes</a></span></span>
41
+ &raquo;
42
+ <span class="title">BadWeight</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>Class: CzechPostB2bClient::ResponseCodes::BadWeight
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="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></li>
78
+
79
+ <li class="next">CzechPostB2bClient::ResponseCodes::BadWeight</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/czech_post_b2b_client/response_codes.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+ <h2>Method Summary</h2>
119
+
120
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
122
+
123
+
124
+ </div>
125
+
126
+ <div id="footer">
127
+ Generated on Fri Mar 20 17:49:06 2020 by
128
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
+ 0.9.19 (ruby-2.4.1).
130
+ </div>
131
+
132
+ </div>
133
+ </body>
134
+ </html>
@@ -0,0 +1,134 @@
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
+ Class: CzechPostB2bClient::ResponseCodes::BadWidth
8
+
9
+ &mdash; Documentation by YARD 0.9.19
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "CzechPostB2bClient::ResponseCodes::BadWidth";
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="../ResponseCodes.html" title="CzechPostB2bClient::ResponseCodes (module)">ResponseCodes</a></span></span>
41
+ &raquo;
42
+ <span class="title">BadWidth</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>Class: CzechPostB2bClient::ResponseCodes::BadWidth
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="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></li>
78
+
79
+ <li class="next">CzechPostB2bClient::ResponseCodes::BadWidth</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/czech_post_b2b_client/response_codes.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+ <h2>Method Summary</h2>
119
+
120
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
122
+
123
+
124
+ </div>
125
+
126
+ <div id="footer">
127
+ Generated on Fri Mar 20 17:49:06 2020 by
128
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
+ 0.9.19 (ruby-2.4.1).
130
+ </div>
131
+
132
+ </div>
133
+ </body>
134
+ </html>
@@ -0,0 +1,550 @@
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
+ Class: CzechPostB2bClient::ResponseCodes::BaseCode
8
+
9
+ &mdash; Documentation by YARD 0.9.19
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "CzechPostB2bClient::ResponseCodes::BaseCode";
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="../ResponseCodes.html" title="CzechPostB2bClient::ResponseCodes (module)">ResponseCodes</a></span></span>
41
+ &raquo;
42
+ <span class="title">BaseCode</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>Class: CzechPostB2bClient::ResponseCodes::BaseCode
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Object</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">CzechPostB2bClient::ResponseCodes::BaseCode</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/czech_post_b2b_client/response_codes.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+ <div id="subclasses">
103
+ <h2>Direct Known Subclasses</h2>
104
+ <p class="children"><span class='object_link'><a href="AddressAllowedForBalikovnaOnly.html" title="CzechPostB2bClient::ResponseCodes::AddressAllowedForBalikovnaOnly (class)">AddressAllowedForBalikovnaOnly</a></span>, <span class='object_link'><a href="AddressIsNotValidForSubject.html" title="CzechPostB2bClient::ResponseCodes::AddressIsNotValidForSubject (class)">AddressIsNotValidForSubject</a></span>, <span class='object_link'><a href="AddressNeedsPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::AddressNeedsPhoneNumber (class)">AddressNeedsPhoneNumber</a></span>, <span class='object_link'><a href="AddressSuitableForLocalDelivery.html" title="CzechPostB2bClient::ResponseCodes::AddressSuitableForLocalDelivery (class)">AddressSuitableForLocalDelivery</a></span>, <span class='object_link'><a href="AddressValidOnlyForNaPostu.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostu (class)">AddressValidOnlyForNaPostu</a></span>, <span class='object_link'><a href="AddressValidOnlyForNaPostuDuplicate.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostuDuplicate (class)">AddressValidOnlyForNaPostuDuplicate</a></span>, <span class='object_link'><a href="AddresseeCityRequired.html" title="CzechPostB2bClient::ResponseCodes::AddresseeCityRequired (class)">AddresseeCityRequired</a></span>, <span class='object_link'><a href="AlreadyAssignedOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::AlreadyAssignedOrderNumber (class)">AlreadyAssignedOrderNumber</a></span>, <span class='object_link'><a href="BadAddressee.html" title="CzechPostB2bClient::ResponseCodes::BadAddressee (class)">BadAddressee</a></span>, <span class='object_link'><a href="BadCODAmount.html" title="CzechPostB2bClient::ResponseCodes::BadCODAmount (class)">BadCODAmount</a></span>, <span class='object_link'><a href="BadFormatReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::BadFormatReturnNumberDays (class)">BadFormatReturnNumberDays</a></span>, <span class='object_link'><a href="BadHeight.html" title="CzechPostB2bClient::ResponseCodes::BadHeight (class)">BadHeight</a></span>, <span class='object_link'><a href="BadLength.html" title="CzechPostB2bClient::ResponseCodes::BadLength (class)">BadLength</a></span>, <span class='object_link'><a href="BadPrefix.html" title="CzechPostB2bClient::ResponseCodes::BadPrefix (class)">BadPrefix</a></span>, <span class='object_link'><a href="BadPrefixForAddress.html" title="CzechPostB2bClient::ResponseCodes::BadPrefixForAddress (class)">BadPrefixForAddress</a></span>, <span class='object_link'><a href="BadPrice.html" title="CzechPostB2bClient::ResponseCodes::BadPrice (class)">BadPrice</a></span>, <span class='object_link'><a href="BadVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::BadVariableSymbol (class)">BadVariableSymbol</a></span>, <span class='object_link'><a href="BadWeight.html" title="CzechPostB2bClient::ResponseCodes::BadWeight (class)">BadWeight</a></span>, <span class='object_link'><a href="BadWidth.html" title="CzechPostB2bClient::ResponseCodes::BadWidth (class)">BadWidth</a></span>, <span class='object_link'><a href="BatchClosed.html" title="CzechPostB2bClient::ResponseCodes::BatchClosed (class)">BatchClosed</a></span>, <span class='object_link'><a href="BatchInvalid.html" title="CzechPostB2bClient::ResponseCodes::BatchInvalid (class)">BatchInvalid</a></span>, <span class='object_link'><a href="BatchUnfinished.html" title="CzechPostB2bClient::ResponseCodes::BatchUnfinished (class)">BatchUnfinished</a></span>, <span class='object_link'><a href="CODAmountOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CODAmountOutOfRange (class)">CODAmountOutOfRange</a></span>, <span class='object_link'><a href="CODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::CODAmountTooBig (class)">CODAmountTooBig</a></span>, <span class='object_link'><a href="CanceledOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::CanceledOrderNumber (class)">CanceledOrderNumber</a></span>, <span class='object_link'><a href="CustomGoodQuantityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CustomGoodQuantityOutOfRange (class)">CustomGoodQuantityOutOfRange</a></span>, <span class='object_link'><a href="CustomerIDNotInAccordanceWithParcelCode.html" title="CzechPostB2bClient::ResponseCodes::CustomerIDNotInAccordanceWithParcelCode (class)">CustomerIDNotInAccordanceWithParcelCode</a></span>, <span class='object_link'><a href="DensityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::DensityOutOfRange (class)">DensityOutOfRange</a></span>, <span class='object_link'><a href="DuplicateDuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateDuplicateParcelCode (class)">DuplicateDuplicateParcelCode</a></span>, <span class='object_link'><a href="DuplicateParcel.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcel (class)">DuplicateParcel</a></span>, <span class='object_link'><a href="DuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcelCode (class)">DuplicateParcelCode</a></span>, <span class='object_link'><a href="DuplicitParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicitParcelCode (class)">DuplicitParcelCode</a></span>, <span class='object_link'><a href="FullSequence.html" title="CzechPostB2bClient::ResponseCodes::FullSequence (class)">FullSequence</a></span>, <span class='object_link'><a href="FullSequenceDuplicate.html" title="CzechPostB2bClient::ResponseCodes::FullSequenceDuplicate (class)">FullSequenceDuplicate</a></span>, <span class='object_link'><a href="IllegalCombinationOfServices.html" title="CzechPostB2bClient::ResponseCodes::IllegalCombinationOfServices (class)">IllegalCombinationOfServices</a></span>, <span class='object_link'><a href="InfoAddRequiredService75.html" title="CzechPostB2bClient::ResponseCodes::InfoAddRequiredService75 (class)">InfoAddRequiredService75</a></span>, <span class='object_link'><a href="InfoAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1A (class)">InfoAddService1A</a></span>, <span class='object_link'><a href="InfoAddService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1B (class)">InfoAddService1B</a></span>, <span class='object_link'><a href="InfoAddService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1D (class)">InfoAddService1D</a></span>, <span class='object_link'><a href="InfoAddService9.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService9 (class)">InfoAddService9</a></span>, <span class='object_link'><a href="InfoAddressWasModified.html" title="CzechPostB2bClient::ResponseCodes::InfoAddressWasModified (class)">InfoAddressWasModified</a></span>, <span class='object_link'><a href="InfoAddresseeToLong.html" title="CzechPostB2bClient::ResponseCodes::InfoAddresseeToLong (class)">InfoAddresseeToLong</a></span>, <span class='object_link'><a href="InfoCancelCustCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumber (class)">InfoCancelCustCardNumber</a></span>, <span class='object_link'><a href="InfoCancelCustCardNumberAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumberAddresseeDocument (class)">InfoCancelCustCardNumberAddresseeDocument</a></span>, <span class='object_link'><a href="InfoCancelHeight.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelHeight (class)">InfoCancelHeight</a></span>, <span class='object_link'><a href="InfoCancelLength.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelLength (class)">InfoCancelLength</a></span>, <span class='object_link'><a href="InfoCancelMobilePhoneOrEmailAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelMobilePhoneOrEmailAddresseeDocument (class)">InfoCancelMobilePhoneOrEmailAddresseeDocument</a></span>, <span class='object_link'><a href="InfoCancelPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPalettsNumber (class)">InfoCancelPalettsNumber</a></span>, <span class='object_link'><a href="InfoCancelPersonalIdentificationNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPersonalIdentificationNumber (class)">InfoCancelPersonalIdentificationNumber</a></span>, <span class='object_link'><a href="InfoCancelService1AB.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AB (class)">InfoCancelService1AB</a></span>, <span class='object_link'><a href="InfoCancelService1ABForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1ABForService40 (class)">InfoCancelService1ABForService40</a></span>, <span class='object_link'><a href="InfoCancelService1AForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForPostCode (class)">InfoCancelService1AForPostCode</a></span>, <span class='object_link'><a href="InfoCancelService1AForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForService40 (class)">InfoCancelService1AForService40</a></span>, <span class='object_link'><a href="InfoCancelService1AWith1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AWith1B (class)">InfoCancelService1AWith1B</a></span>, <span class='object_link'><a href="InfoCancelService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1B (class)">InfoCancelService1B</a></span>, <span class='object_link'><a href="InfoCancelService1BAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BAddService1A (class)">InfoCancelService1BAddService1A</a></span>, <span class='object_link'><a href="InfoCancelService1BForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BForPostCode (class)">InfoCancelService1BForPostCode</a></span>, <span class='object_link'><a href="InfoCancelService1BWith1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BWith1A (class)">InfoCancelService1BWith1A</a></span>, <span class='object_link'><a href="InfoCancelService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1D (class)">InfoCancelService1D</a></span>, <span class='object_link'><a href="InfoCancelService1E.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1E (class)">InfoCancelService1E</a></span>, <span class='object_link'><a href="InfoCancelService1V.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1V (class)">InfoCancelService1V</a></span>, <span class='object_link'><a href="InfoCancelService25.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService25 (class)">InfoCancelService25</a></span>, <span class='object_link'><a href="InfoCancelService27.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService27 (class)">InfoCancelService27</a></span>, <span class='object_link'><a href="InfoCancelService29.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService29 (class)">InfoCancelService29</a></span>, <span class='object_link'><a href="InfoCancelService30.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService30 (class)">InfoCancelService30</a></span>, <span class='object_link'><a href="InfoCancelService31.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService31 (class)">InfoCancelService31</a></span>, <span class='object_link'><a href="InfoCancelService34.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34 (class)">InfoCancelService34</a></span>, <span class='object_link'><a href="InfoCancelService34InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34InvalidPhoneNumber (class)">InfoCancelService34InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoCancelService45.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45 (class)">InfoCancelService45</a></span>, <span class='object_link'><a href="InfoCancelService45InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45InvalidPhoneNumber (class)">InfoCancelService45InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoCancelService46.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService46 (class)">InfoCancelService46</a></span>, <span class='object_link'><a href="InfoCancelService47.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService47 (class)">InfoCancelService47</a></span>, <span class='object_link'><a href="InfoCancelService5B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5B (class)">InfoCancelService5B</a></span>, <span class='object_link'><a href="InfoCancelService5BAnd5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5C (class)">InfoCancelService5BAnd5C</a></span>, <span class='object_link'><a href="InfoCancelService5BAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5D (class)">InfoCancelService5BAnd5D</a></span>, <span class='object_link'><a href="InfoCancelService5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5C (class)">InfoCancelService5C</a></span>, <span class='object_link'><a href="InfoCancelService5CAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5CAnd5D (class)">InfoCancelService5CAnd5D</a></span>, <span class='object_link'><a href="InfoCancelService5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5D (class)">InfoCancelService5D</a></span>, <span class='object_link'><a href="InfoCancelVSVoucher.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelVSVoucher (class)">InfoCancelVSVoucher</a></span>, <span class='object_link'><a href="InfoCancelWidth.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelWidth (class)">InfoCancelWidth</a></span>, <span class='object_link'><a href="InfoCityChanged.html" title="CzechPostB2bClient::ResponseCodes::InfoCityChanged (class)">InfoCityChanged</a></span>, <span class='object_link'><a href="InfoInexactAddress.html" title="CzechPostB2bClient::ResponseCodes::InfoInexactAddress (class)">InfoInexactAddress</a></span>, <span class='object_link'><a href="InfoInvalidAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidAccount (class)">InfoInvalidAccount</a></span>, <span class='object_link'><a href="InfoInvalidBankCode.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBankCode (class)">InfoInvalidBankCode</a></span>, <span class='object_link'><a href="InfoInvalidBirthDay.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBirthDay (class)">InfoInvalidBirthDay</a></span>, <span class='object_link'><a href="InfoInvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCODAmount (class)">InfoInvalidCODAmount</a></span>, <span class='object_link'><a href="InfoInvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCategoryCustomDecalaration (class)">InfoInvalidCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="InfoInvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidEmail (class)">InfoInvalidEmail</a></span>, <span class='object_link'><a href="InfoInvalidMobilePhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidMobilePhoneNumber (class)">InfoInvalidMobilePhoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPhoneNumber (class)">InfoInvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidPrefixAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrefixAccount (class)">InfoInvalidPrefixAccount</a></span>, <span class='object_link'><a href="InfoInvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrice (class)">InfoInvalidPrice</a></span>, <span class='object_link'><a href="InfoInvalidSpecificSymbol.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidSpecificSymbol (class)">InfoInvalidSpecificSymbol</a></span>, <span class='object_link'><a href="InfoInvalidTelephoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidTelephoneNumber (class)">InfoInvalidTelephoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidWeight (class)">InfoInvalidWeight</a></span>, <span class='object_link'><a href="InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html" title="CzechPostB2bClient::ResponseCodes::InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized (class)">InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized</a></span>, <span class='object_link'><a href="InfoPriceIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsNotNumber (class)">InfoPriceIsNotNumber</a></span>, <span class='object_link'><a href="InfoPriceIsTooBig.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsTooBig (class)">InfoPriceIsTooBig</a></span>, <span class='object_link'><a href="InfoService29And47.html" title="CzechPostB2bClient::ResponseCodes::InfoService29And47 (class)">InfoService29And47</a></span>, <span class='object_link'><a href="InfoSpecialPackagingRequest.html" title="CzechPostB2bClient::ResponseCodes::InfoSpecialPackagingRequest (class)">InfoSpecialPackagingRequest</a></span>, <span class='object_link'><a href="InternalApplicationError.html" title="CzechPostB2bClient::ResponseCodes::InternalApplicationError (class)">InternalApplicationError</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentForParcelType (class)">InvalidAddressAddresseeDocumentForParcelType</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentObjectNotFound.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentObjectNotFound (class)">InvalidAddressAddresseeDocumentObjectNotFound</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentWrongCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentWrongCity (class)">InvalidAddressAddresseeDocumentWrongCity</a></span>, <span class='object_link'><a href="InvalidAddressForBalikovna.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBalikovna (class)">InvalidAddressForBalikovna</a></span>, <span class='object_link'><a href="InvalidAddressForBigPackage.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBigPackage (class)">InvalidAddressForBigPackage</a></span>, <span class='object_link'><a href="InvalidAddressForCODAmountOver20000.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForCODAmountOver20000 (class)">InvalidAddressForCODAmountOver20000</a></span>, <span class='object_link'><a href="InvalidAddressForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForParcelType (class)">InvalidAddressForParcelType</a></span>, <span class='object_link'><a href="InvalidAddressee.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressee (class)">InvalidAddressee</a></span>, <span class='object_link'><a href="InvalidAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmount (class)">InvalidAmount</a></span>, <span class='object_link'><a href="InvalidAmountCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountCurrency (class)">InvalidAmountCurrency</a></span>, <span class='object_link'><a href="InvalidAmountType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountType (class)">InvalidAmountType</a></span>, <span class='object_link'><a href="InvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODAmount (class)">InvalidCODAmount</a></span>, <span class='object_link'><a href="InvalidCODCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrency (class)">InvalidCODCurrency</a></span>, <span class='object_link'><a href="InvalidCODCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrencyAccordance (class)">InvalidCODCurrencyAccordance</a></span>, <span class='object_link'><a href="InvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCategoryCustomDecalaration (class)">InvalidCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="InvalidContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidContentCustomGood (class)">InvalidContentCustomGood</a></span>, <span class='object_link'><a href="InvalidCurrencyCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCurrencyCustomDecalaration (class)">InvalidCurrencyCustomDecalaration</a></span>, <span class='object_link'><a href="InvalidCustomGoodNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomGoodNumber (class)">InvalidCustomGoodNumber</a></span>, <span class='object_link'><a href="InvalidCustomerCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerCardNumber (class)">InvalidCustomerCardNumber</a></span>, <span class='object_link'><a href="InvalidCustomerId.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerId (class)">InvalidCustomerId</a></span>, <span class='object_link'><a href="InvalidDensity.html" title="CzechPostB2bClient::ResponseCodes::InvalidDensity (class)">InvalidDensity</a></span>, <span class='object_link'><a href="InvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InvalidEmail (class)">InvalidEmail</a></span>, <span class='object_link'><a href="InvalidHeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidHeight (class)">InvalidHeight</a></span>, <span class='object_link'><a href="InvalidHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidHsCodeCustomGood (class)">InvalidHsCodeCustomGood</a></span>, <span class='object_link'><a href="InvalidIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGood (class)">InvalidIsoCustomGood</a></span>, <span class='object_link'><a href="InvalidIsoCustomGoodFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGoodFormat (class)">InvalidIsoCustomGoodFormat</a></span>, <span class='object_link'><a href="InvalidLength.html" title="CzechPostB2bClient::ResponseCodes::InvalidLength (class)">InvalidLength</a></span>, <span class='object_link'><a href="InvalidLocation.html" title="CzechPostB2bClient::ResponseCodes::InvalidLocation (class)">InvalidLocation</a></span>, <span class='object_link'><a href="InvalidMRNCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCode (class)">InvalidMRNCode</a></span>, <span class='object_link'><a href="InvalidMRNCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCodeControl (class)">InvalidMRNCodeControl</a></span>, <span class='object_link'><a href="InvalidNumberClosure.html" title="CzechPostB2bClient::ResponseCodes::InvalidNumberClosure (class)">InvalidNumberClosure</a></span>, <span class='object_link'><a href="InvalidOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidOrderNumber (class)">InvalidOrderNumber</a></span>, <span class='object_link'><a href="InvalidParcelBarcode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcode (class)">InvalidParcelBarcode</a></span>, <span class='object_link'><a href="InvalidParcelBarcodeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcodeDuplicate (class)">InvalidParcelBarcodeDuplicate</a></span>, <span class='object_link'><a href="InvalidParcelCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCode (class)">InvalidParcelCode</a></span>, <span class='object_link'><a href="InvalidParcelCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCodeControl (class)">InvalidParcelCodeControl</a></span>, <span class='object_link'><a href="InvalidParcelResponseCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelResponseCode (class)">InvalidParcelResponseCode</a></span>, <span class='object_link'><a href="InvalidParcelTypeForID.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelTypeForID (class)">InvalidParcelTypeForID</a></span>, <span class='object_link'><a href="InvalidPartnerCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPartnerCode (class)">InvalidPartnerCode</a></span>, <span class='object_link'><a href="InvalidPayday.html" title="CzechPostB2bClient::ResponseCodes::InvalidPayday (class)">InvalidPayday</a></span>, <span class='object_link'><a href="InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidPhoneNumber (class)">InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InvalidPostCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPostCode (class)">InvalidPostCode</a></span>, <span class='object_link'><a href="InvalidPrefixAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixAccordance (class)">InvalidPrefixAccordance</a></span>, <span class='object_link'><a href="InvalidPrefixCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixCombination (class)">InvalidPrefixCombination</a></span>, <span class='object_link'><a href="InvalidPrefixForDimensionsAndFragile.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixForDimensionsAndFragile (class)">InvalidPrefixForDimensionsAndFragile</a></span>, <span class='object_link'><a href="InvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrice (class)">InvalidPrice</a></span>, <span class='object_link'><a href="InvalidPriceCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrency (class)">InvalidPriceCurrency</a></span>, <span class='object_link'><a href="InvalidPriceCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrencyAccordance (class)">InvalidPriceCurrencyAccordance</a></span>, <span class='object_link'><a href="InvalidPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCustomGood (class)">InvalidPriceCustomGood</a></span>, <span class='object_link'><a href="InvalidQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidQuantityCustomGood (class)">InvalidQuantityCustomGood</a></span>, <span class='object_link'><a href="InvalidResponsibleConsignmentNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidResponsibleConsignmentNumber (class)">InvalidResponsibleConsignmentNumber</a></span>, <span class='object_link'><a href="InvalidReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::InvalidReturnNumberDays (class)">InvalidReturnNumberDays</a></span>, <span class='object_link'><a href="InvalidService18.html" title="CzechPostB2bClient::ResponseCodes::InvalidService18 (class)">InvalidService18</a></span>, <span class='object_link'><a href="InvalidService19.html" title="CzechPostB2bClient::ResponseCodes::InvalidService19 (class)">InvalidService19</a></span>, <span class='object_link'><a href="InvalidServiceCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidServiceCombination (class)">InvalidServiceCombination</a></span>, <span class='object_link'><a href="InvalidServicesForDimensions.html" title="CzechPostB2bClient::ResponseCodes::InvalidServicesForDimensions (class)">InvalidServicesForDimensions</a></span>, <span class='object_link'><a href="InvalidSignNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidSignNumber (class)">InvalidSignNumber</a></span>, <span class='object_link'><a href="InvalidSubisoCountry.html" title="CzechPostB2bClient::ResponseCodes::InvalidSubisoCountry (class)">InvalidSubisoCountry</a></span>, <span class='object_link'><a href="InvalidTareWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidTareWeight (class)">InvalidTareWeight</a></span>, <span class='object_link'><a href="InvalidTiming.html" title="CzechPostB2bClient::ResponseCodes::InvalidTiming (class)">InvalidTiming</a></span>, <span class='object_link'><a href="InvalidTransmissionDate.html" title="CzechPostB2bClient::ResponseCodes::InvalidTransmissionDate (class)">InvalidTransmissionDate</a></span>, <span class='object_link'><a href="InvalidTypePrefix.html" title="CzechPostB2bClient::ResponseCodes::InvalidTypePrefix (class)">InvalidTypePrefix</a></span>, <span class='object_link'><a href="InvalidUseOfService36.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService36 (class)">InvalidUseOfService36</a></span>, <span class='object_link'><a href="InvalidUseOfService37.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService37 (class)">InvalidUseOfService37</a></span>, <span class='object_link'><a href="InvalidUseOfService38.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService38 (class)">InvalidUseOfService38</a></span>, <span class='object_link'><a href="InvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeight (class)">InvalidWeight</a></span>, <span class='object_link'><a href="InvalidWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGood (class)">InvalidWeightCustomGood</a></span>, <span class='object_link'><a href="InvalidWeightCustomGoodSummary.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGoodSummary (class)">InvalidWeightCustomGoodSummary</a></span>, <span class='object_link'><a href="InvalidWeightForService11.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightForService11 (class)">InvalidWeightForService11</a></span>, <span class='object_link'><a href="InvalidWidth.html" title="CzechPostB2bClient::ResponseCodes::InvalidWidth (class)">InvalidWidth</a></span>, <span class='object_link'><a href="InvalidZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumber (class)">InvalidZPROOrderNumber</a></span>, <span class='object_link'><a href="InvalidZPROOrderNumberFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumberFormat (class)">InvalidZPROOrderNumberFormat</a></span>, <span class='object_link'><a href="InvalidostCodeOrCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidostCodeOrCity (class)">InvalidostCodeOrCity</a></span>, <span class='object_link'><a href="MIssingParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MIssingParcelCode (class)">MIssingParcelCode</a></span>, <span class='object_link'><a href="MissingAddressee.html" title="CzechPostB2bClient::ResponseCodes::MissingAddressee (class)">MissingAddressee</a></span>, <span class='object_link'><a href="MissingAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeCity (class)">MissingAddresseeCity</a></span>, <span class='object_link'><a href="MissingAddresseeStreet.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeStreet (class)">MissingAddresseeStreet</a></span>, <span class='object_link'><a href="MissingAddresseeZipCode.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeZipCode (class)">MissingAddresseeZipCode</a></span>, <span class='object_link'><a href="MissingCODAmount.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmount (class)">MissingCODAmount</a></span>, <span class='object_link'><a href="MissingCODAmountType.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmountType (class)">MissingCODAmountType</a></span>, <span class='object_link'><a href="MissingCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCategoryCustomDecalaration (class)">MissingCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="MissingCompanyName.html" title="CzechPostB2bClient::ResponseCodes::MissingCompanyName (class)">MissingCompanyName</a></span>, <span class='object_link'><a href="MissingContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingContentCustomGood (class)">MissingContentCustomGood</a></span>, <span class='object_link'><a href="MissingCurrencyCustomDeclaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCurrencyCustomDeclaration (class)">MissingCurrencyCustomDeclaration</a></span>, <span class='object_link'><a href="MissingHandlingInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingHandlingInstructions (class)">MissingHandlingInstructions</a></span>, <span class='object_link'><a href="MissingHeight.html" title="CzechPostB2bClient::ResponseCodes::MissingHeight (class)">MissingHeight</a></span>, <span class='object_link'><a href="MissingHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingHsCodeCustomGood (class)">MissingHsCodeCustomGood</a></span>, <span class='object_link'><a href="MissingIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingIsoCustomGood (class)">MissingIsoCustomGood</a></span>, <span class='object_link'><a href="MissingLength.html" title="CzechPostB2bClient::ResponseCodes::MissingLength (class)">MissingLength</a></span>, <span class='object_link'><a href="MissingPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPalettsNumber (class)">MissingPalettsNumber</a></span>, <span class='object_link'><a href="MissingParcelCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGood (class)">MissingParcelCustomGood</a></span>, <span class='object_link'><a href="MissingParcelCustomGoods.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGoods (class)">MissingParcelCustomGoods</a></span>, <span class='object_link'><a href="MissingPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPhoneNumber (class)">MissingPhoneNumber</a></span>, <span class='object_link'><a href="MissingPrefix.html" title="CzechPostB2bClient::ResponseCodes::MissingPrefix (class)">MissingPrefix</a></span>, <span class='object_link'><a href="MissingPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingPrice (class)">MissingPrice</a></span>, <span class='object_link'><a href="MissingPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingPriceCustomGood (class)">MissingPriceCustomGood</a></span>, <span class='object_link'><a href="MissingQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingQuantityCustomGood (class)">MissingQuantityCustomGood</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocument (class)">MissingRequiredAddresseeDocument</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeDocumentDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocumentDuplicate (class)">MissingRequiredAddresseeDocumentDuplicate</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeEmail (class)">MissingRequiredAddresseeEmail</a></span>, <span class='object_link'><a href="MissingRequiredEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredEmail (class)">MissingRequiredEmail</a></span>, <span class='object_link'><a href="MissingRequiredFirstNameAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredFirstNameAddresseeDocument (class)">MissingRequiredFirstNameAddresseeDocument</a></span>, <span class='object_link'><a href="MissingRequiredMRNCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMRNCode (class)">MissingRequiredMRNCode</a></span>, <span class='object_link'><a href="MissingRequiredMobileNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumber (class)">MissingRequiredMobileNumber</a></span>, <span class='object_link'><a href="MissingRequiredMobileNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumberOrEmail (class)">MissingRequiredMobileNumberOrEmail</a></span>, <span class='object_link'><a href="MissingRequiredParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredParcelCode (class)">MissingRequiredParcelCode</a></span>, <span class='object_link'><a href="MissingRequiredPayday.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPayday (class)">MissingRequiredPayday</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumber (class)">MissingRequiredPhoneNumber</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrEmail (class)">MissingRequiredPhoneNumberOrEmail</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumberOrWhat.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrWhat (class)">MissingRequiredPhoneNumberOrWhat</a></span>, <span class='object_link'><a href="MissingRequiredPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPrice (class)">MissingRequiredPrice</a></span>, <span class='object_link'><a href="MissingRequiredService.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService (class)">MissingRequiredService</a></span>, <span class='object_link'><a href="MissingRequiredService10.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService10 (class)">MissingRequiredService10</a></span>, <span class='object_link'><a href="MissingRequiredService1AB.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1AB (class)">MissingRequiredService1AB</a></span>, <span class='object_link'><a href="MissingRequiredService1X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1X (class)">MissingRequiredService1X</a></span>, <span class='object_link'><a href="MissingRequiredService2X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService2X (class)">MissingRequiredService2X</a></span>, <span class='object_link'><a href="MissingRequiredService3X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3X (class)">MissingRequiredService3X</a></span>, <span class='object_link'><a href="MissingRequiredService3XTrinity.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3XTrinity (class)">MissingRequiredService3XTrinity</a></span>, <span class='object_link'><a href="MissingRequiredService4.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4 (class)">MissingRequiredService4</a></span>, <span class='object_link'><a href="MissingRequiredService4X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4X (class)">MissingRequiredService4X</a></span>, <span class='object_link'><a href="MissingRequiredService4x.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4x (class)">MissingRequiredService4x</a></span>, <span class='object_link'><a href="MissingRequiredVoucherPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredVoucherPrice (class)">MissingRequiredVoucherPrice</a></span>, <span class='object_link'><a href="MissingRequiredZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredZPROOrderNumber (class)">MissingRequiredZPROOrderNumber</a></span>, <span class='object_link'><a href="MissingReturnInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnInstructions (class)">MissingReturnInstructions</a></span>, <span class='object_link'><a href="MissingReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnNumberDays (class)">MissingReturnNumberDays</a></span>, <span class='object_link'><a href="MissingSenderEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingSenderEmail (class)">MissingSenderEmail</a></span>, <span class='object_link'><a href="MissingSizeCategory.html" title="CzechPostB2bClient::ResponseCodes::MissingSizeCategory (class)">MissingSizeCategory</a></span>, <span class='object_link'><a href="MissingSurname.html" title="CzechPostB2bClient::ResponseCodes::MissingSurname (class)">MissingSurname</a></span>, <span class='object_link'><a href="MissingVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbol (class)">MissingVariableSymbol</a></span>, <span class='object_link'><a href="MissingVariableSymbolDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbolDuplicate (class)">MissingVariableSymbolDuplicate</a></span>, <span class='object_link'><a href="MissingWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingWeightCustomGood (class)">MissingWeightCustomGood</a></span>, <span class='object_link'><a href="MissingWidth.html" title="CzechPostB2bClient::ResponseCodes::MissingWidth (class)">MissingWidth</a></span>, <span class='object_link'><a href="NfoCancelService9.html" title="CzechPostB2bClient::ResponseCodes::NfoCancelService9 (class)">NfoCancelService9</a></span>, <span class='object_link'><a href="NoContractService41.html" title="CzechPostB2bClient::ResponseCodes::NoContractService41 (class)">NoContractService41</a></span>, <span class='object_link'><a href="NoContractServiceReturnReceipt.html" title="CzechPostB2bClient::ResponseCodes::NoContractServiceReturnReceipt (class)">NoContractServiceReturnReceipt</a></span>, <span class='object_link'><a href="NotExistingOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::NotExistingOrderNumber (class)">NotExistingOrderNumber</a></span>, <span class='object_link'><a href="Ok.html" title="CzechPostB2bClient::ResponseCodes::Ok (class)">Ok</a></span>, <span class='object_link'><a href="OverenoVecerniDorucovani.html" title="CzechPostB2bClient::ResponseCodes::OverenoVecerniDorucovani (class)">OverenoVecerniDorucovani</a></span>, <span class='object_link'><a href="PalettsNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PalettsNumberOutOfRange (class)">PalettsNumberOutOfRange</a></span>, <span class='object_link'><a href="ParcelCodeNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotAllowed (class)">ParcelCodeNotAllowed</a></span>, <span class='object_link'><a href="ParcelCodeNotInAssignedRange.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotInAssignedRange (class)">ParcelCodeNotInAssignedRange</a></span>, <span class='object_link'><a href="ParcelDoesNotMeetTheRequirementsForm.html" title="CzechPostB2bClient::ResponseCodes::ParcelDoesNotMeetTheRequirementsForm (class)">ParcelDoesNotMeetTheRequirementsForm</a></span>, <span class='object_link'><a href="PriceAndCODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceAndCODAmountTooBig (class)">PriceAndCODAmountTooBig</a></span>, <span class='object_link'><a href="PriceOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PriceOutOfRange (class)">PriceOutOfRange</a></span>, <span class='object_link'><a href="PriceTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceTooBig (class)">PriceTooBig</a></span>, <span class='object_link'><a href="PriceTooLow.html" title="CzechPostB2bClient::ResponseCodes::PriceTooLow (class)">PriceTooLow</a></span>, <span class='object_link'><a href="ResponsibleConsignmentNumberCannotBeImported.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberCannotBeImported (class)">ResponsibleConsignmentNumberCannotBeImported</a></span>, <span class='object_link'><a href="ResponsibleConsignmentNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberOutOfRange (class)">ResponsibleConsignmentNumberOutOfRange</a></span>, <span class='object_link'><a href="ServicesCombinationNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ServicesCombinationNotAllowed (class)">ServicesCombinationNotAllowed</a></span>, <span class='object_link'><a href="TransmissionAlreadyClosed.html" title="CzechPostB2bClient::ResponseCodes::TransmissionAlreadyClosed (class)">TransmissionAlreadyClosed</a></span>, <span class='object_link'><a href="TransmissionNotExists.html" title="CzechPostB2bClient::ResponseCodes::TransmissionNotExists (class)">TransmissionNotExists</a></span>, <span class='object_link'><a href="TransmissionOpened.html" title="CzechPostB2bClient::ResponseCodes::TransmissionOpened (class)">TransmissionOpened</a></span>, <span class='object_link'><a href="TransmissionUnfinished.html" title="CzechPostB2bClient::ResponseCodes::TransmissionUnfinished (class)">TransmissionUnfinished</a></span>, <span class='object_link'><a href="UnauthorizedAccess.html" title="CzechPostB2bClient::ResponseCodes::UnauthorizedAccess (class)">UnauthorizedAccess</a></span>, <span class='object_link'><a href="UnknownAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseeCity (class)">UnknownAddresseeCity</a></span>, <span class='object_link'><a href="UnknownAddresseePostCode.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseePostCode (class)">UnknownAddresseePostCode</a></span>, <span class='object_link'><a href="UnknownPrefix.html" title="CzechPostB2bClient::ResponseCodes::UnknownPrefix (class)">UnknownPrefix</a></span>, <span class='object_link'><a href="VariableSymbolIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::VariableSymbolIsNotNumber (class)">VariableSymbolIsNotNumber</a></span>, <span class='object_link'><a href="WeightCustomGoodOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightCustomGoodOutOfRange (class)">WeightCustomGoodOutOfRange</a></span>, <span class='object_link'><a href="WeightIsOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRange (class)">WeightIsOutOfRange</a></span>, <span class='object_link'><a href="WeightIsOutOfRangeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRangeDuplicate (class)">WeightIsOutOfRangeDuplicate</a></span></p>
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h2>
115
+ Class Method Summary
116
+ <small><a href="#" class="summary_toggle">collapse</a></small>
117
+ </h2>
118
+
119
+ <ul class="summary">
120
+
121
+ <li class="public ">
122
+ <span class="summary_signature">
123
+
124
+ <a href="#code-class_method" title="code (class method)">.<strong>code</strong> &#x21d2; Object </a>
125
+
126
+
127
+
128
+ </span>
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+ <span class="summary_desc"><div class='inline'></div></span>
139
+
140
+ </li>
141
+
142
+
143
+ <li class="public ">
144
+ <span class="summary_signature">
145
+
146
+ <a href="#description-class_method" title="description (class method)">.<strong>description</strong> &#x21d2; Object </a>
147
+
148
+
149
+
150
+ </span>
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+ <span class="summary_desc"><div class='inline'></div></span>
161
+
162
+ </li>
163
+
164
+
165
+ <li class="public ">
166
+ <span class="summary_signature">
167
+
168
+ <a href="#error%3F-class_method" title="error? (class method)">.<strong>error?</strong> &#x21d2; Boolean </a>
169
+
170
+
171
+
172
+ </span>
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+ <span class="summary_desc"><div class='inline'></div></span>
183
+
184
+ </li>
185
+
186
+
187
+ <li class="public ">
188
+ <span class="summary_signature">
189
+
190
+ <a href="#info%3F-class_method" title="info? (class method)">.<strong>info?</strong> &#x21d2; Boolean </a>
191
+
192
+
193
+
194
+ </span>
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+ <span class="summary_desc"><div class='inline'></div></span>
205
+
206
+ </li>
207
+
208
+
209
+ <li class="public ">
210
+ <span class="summary_signature">
211
+
212
+ <a href="#text-class_method" title="text (class method)">.<strong>text</strong> &#x21d2; Object </a>
213
+
214
+
215
+
216
+ </span>
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+ <span class="summary_desc"><div class='inline'></div></span>
227
+
228
+ </li>
229
+
230
+
231
+ <li class="public ">
232
+ <span class="summary_signature">
233
+
234
+ <a href="#to_s-class_method" title="to_s (class method)">.<strong>to_s</strong> &#x21d2; Object </a>
235
+
236
+
237
+
238
+ </span>
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ <span class="summary_desc"><div class='inline'></div></span>
249
+
250
+ </li>
251
+
252
+
253
+ <li class="public ">
254
+ <span class="summary_signature">
255
+
256
+ <a href="#type-class_method" title="type (class method)">.<strong>type</strong> &#x21d2; Object </a>
257
+
258
+
259
+
260
+ </span>
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+ <span class="summary_desc"><div class='inline'></div></span>
271
+
272
+ </li>
273
+
274
+
275
+ </ul>
276
+
277
+
278
+
279
+
280
+ <div id="class_method_details" class="method_details_list">
281
+ <h2>Class Method Details</h2>
282
+
283
+
284
+ <div class="method_details first">
285
+ <h3 class="signature first" id="code-class_method">
286
+
287
+ .<strong>code</strong> &#x21d2; <tt>Object</tt>
288
+
289
+
290
+
291
+
292
+
293
+ </h3><table class="source_code">
294
+ <tr>
295
+ <td>
296
+ <pre class="lines">
297
+
298
+
299
+ 12
300
+ 13
301
+ 14</pre>
302
+ </td>
303
+ <td>
304
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 12</span>
305
+
306
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_code'>code</span>
307
+ <span class='ivar'>@code</span>
308
+ <span class='kw'>end</span></pre>
309
+ </td>
310
+ </tr>
311
+ </table>
312
+ </div>
313
+
314
+ <div class="method_details ">
315
+ <h3 class="signature " id="description-class_method">
316
+
317
+ .<strong>description</strong> &#x21d2; <tt>Object</tt>
318
+
319
+
320
+
321
+
322
+
323
+ </h3><table class="source_code">
324
+ <tr>
325
+ <td>
326
+ <pre class="lines">
327
+
328
+
329
+ 20
330
+ 21
331
+ 22</pre>
332
+ </td>
333
+ <td>
334
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 20</span>
335
+
336
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_description'>description</span>
337
+ <span class='ivar'>@description</span>
338
+ <span class='kw'>end</span></pre>
339
+ </td>
340
+ </tr>
341
+ </table>
342
+ </div>
343
+
344
+ <div class="method_details ">
345
+ <h3 class="signature " id="error?-class_method">
346
+
347
+ .<strong>error?</strong> &#x21d2; <tt>Boolean</tt>
348
+
349
+
350
+
351
+
352
+
353
+ </h3><div class="docstring">
354
+ <div class="discussion">
355
+
356
+
357
+ </div>
358
+ </div>
359
+ <div class="tags">
360
+
361
+ <p class="tag_title">Returns:</p>
362
+ <ul class="return">
363
+
364
+ <li>
365
+
366
+
367
+ <span class='type'>(<tt>Boolean</tt>)</span>
368
+
369
+
370
+
371
+ </li>
372
+
373
+ </ul>
374
+
375
+ </div><table class="source_code">
376
+ <tr>
377
+ <td>
378
+ <pre class="lines">
379
+
380
+
381
+ 24
382
+ 25
383
+ 26</pre>
384
+ </td>
385
+ <td>
386
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 24</span>
387
+
388
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_error?'>error?</span>
389
+ <span class='ivar'>@type</span> <span class='op'>==</span> <span class='symbol'>:error</span>
390
+ <span class='kw'>end</span></pre>
391
+ </td>
392
+ </tr>
393
+ </table>
394
+ </div>
395
+
396
+ <div class="method_details ">
397
+ <h3 class="signature " id="info?-class_method">
398
+
399
+ .<strong>info?</strong> &#x21d2; <tt>Boolean</tt>
400
+
401
+
402
+
403
+
404
+
405
+ </h3><div class="docstring">
406
+ <div class="discussion">
407
+
408
+
409
+ </div>
410
+ </div>
411
+ <div class="tags">
412
+
413
+ <p class="tag_title">Returns:</p>
414
+ <ul class="return">
415
+
416
+ <li>
417
+
418
+
419
+ <span class='type'>(<tt>Boolean</tt>)</span>
420
+
421
+
422
+
423
+ </li>
424
+
425
+ </ul>
426
+
427
+ </div><table class="source_code">
428
+ <tr>
429
+ <td>
430
+ <pre class="lines">
431
+
432
+
433
+ 28
434
+ 29
435
+ 30</pre>
436
+ </td>
437
+ <td>
438
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 28</span>
439
+
440
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_info?'>info?</span>
441
+ <span class='ivar'>@type</span> <span class='op'>==</span> <span class='symbol'>:info</span>
442
+ <span class='kw'>end</span></pre>
443
+ </td>
444
+ </tr>
445
+ </table>
446
+ </div>
447
+
448
+ <div class="method_details ">
449
+ <h3 class="signature " id="text-class_method">
450
+
451
+ .<strong>text</strong> &#x21d2; <tt>Object</tt>
452
+
453
+
454
+
455
+
456
+
457
+ </h3><table class="source_code">
458
+ <tr>
459
+ <td>
460
+ <pre class="lines">
461
+
462
+
463
+ 16
464
+ 17
465
+ 18</pre>
466
+ </td>
467
+ <td>
468
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 16</span>
469
+
470
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_text'>text</span>
471
+ <span class='ivar'>@text</span>
472
+ <span class='kw'>end</span></pre>
473
+ </td>
474
+ </tr>
475
+ </table>
476
+ </div>
477
+
478
+ <div class="method_details ">
479
+ <h3 class="signature " id="to_s-class_method">
480
+
481
+ .<strong>to_s</strong> &#x21d2; <tt>Object</tt>
482
+
483
+
484
+
485
+
486
+
487
+ </h3><table class="source_code">
488
+ <tr>
489
+ <td>
490
+ <pre class="lines">
491
+
492
+
493
+ 36
494
+ 37
495
+ 38</pre>
496
+ </td>
497
+ <td>
498
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 36</span>
499
+
500
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
501
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ResponseCode[</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_code'>code</span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_text'>text</span><span class='embexpr_end'>}</span><span class='tstring_content'>] </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_description'>description</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
502
+ <span class='kw'>end</span></pre>
503
+ </td>
504
+ </tr>
505
+ </table>
506
+ </div>
507
+
508
+ <div class="method_details ">
509
+ <h3 class="signature " id="type-class_method">
510
+
511
+ .<strong>type</strong> &#x21d2; <tt>Object</tt>
512
+
513
+
514
+
515
+
516
+
517
+ </h3><table class="source_code">
518
+ <tr>
519
+ <td>
520
+ <pre class="lines">
521
+
522
+
523
+ 32
524
+ 33
525
+ 34</pre>
526
+ </td>
527
+ <td>
528
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 32</span>
529
+
530
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_type'>type</span>
531
+ <span class='ivar'>@type</span>
532
+ <span class='kw'>end</span></pre>
533
+ </td>
534
+ </tr>
535
+ </table>
536
+ </div>
537
+
538
+ </div>
539
+
540
+ </div>
541
+
542
+ <div id="footer">
543
+ Generated on Fri Mar 20 17:49:06 2020 by
544
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
545
+ 0.9.19 (ruby-2.4.1).
546
+ </div>
547
+
548
+ </div>
549
+ </body>
550
+ </html>