easypost 4.8.1 → 4.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/.gitattributes +5 -0
  3. data/.github/workflows/ci.yml +8 -0
  4. data/.gitignore +10 -14
  5. data/CHANGELOG.md +12 -0
  6. data/Makefile +10 -2
  7. data/README.md +7 -3
  8. data/VERSION +1 -1
  9. data/docs/EasyPost/Address.html +222 -0
  10. data/docs/EasyPost/ApiKey.html +99 -0
  11. data/docs/EasyPost/Batch.html +269 -0
  12. data/docs/EasyPost/Beta/EndShipper.html +225 -0
  13. data/docs/EasyPost/Beta/Referral.html +338 -0
  14. data/docs/EasyPost/Beta.html +91 -0
  15. data/docs/EasyPost/Billing.html +253 -0
  16. data/docs/EasyPost/Brand.html +140 -0
  17. data/docs/EasyPost/CarbonOffset.html +99 -0
  18. data/docs/EasyPost/CarrierAccount.html +136 -0
  19. data/docs/EasyPost/CarrierType.html +99 -0
  20. data/docs/EasyPost/CustomsInfo.html +136 -0
  21. data/docs/EasyPost/CustomsItem.html +136 -0
  22. data/docs/EasyPost/EasyPostObject.html +662 -0
  23. data/docs/EasyPost/EndShipper.html +175 -0
  24. data/docs/EasyPost/Error.html +258 -0
  25. data/docs/EasyPost/Event.html +136 -0
  26. data/docs/EasyPost/Insurance.html +99 -0
  27. data/docs/EasyPost/Order.html +222 -0
  28. data/docs/EasyPost/Parcel.html +136 -0
  29. data/docs/EasyPost/PaymentMethod.html +137 -0
  30. data/docs/EasyPost/Pickup.html +222 -0
  31. data/docs/EasyPost/PickupRate.html +99 -0
  32. data/docs/EasyPost/PostageLabel.html +99 -0
  33. data/docs/EasyPost/Rate.html +136 -0
  34. data/docs/EasyPost/Referral.html +334 -0
  35. data/docs/EasyPost/Refund.html +99 -0
  36. data/docs/EasyPost/Report.html +167 -0
  37. data/docs/EasyPost/Resource.html +399 -0
  38. data/docs/EasyPost/ScanForm.html +137 -0
  39. data/docs/EasyPost/Shipment.html +456 -0
  40. data/docs/EasyPost/TaxIdentifier.html +99 -0
  41. data/docs/EasyPost/Tracker.html +139 -0
  42. data/docs/EasyPost/User.html +307 -0
  43. data/docs/EasyPost/Util.html +462 -0
  44. data/docs/EasyPost/Webhook.html +221 -0
  45. data/docs/EasyPost.html +440 -0
  46. data/docs/created.rid +40 -0
  47. data/docs/css/fonts.css +167 -0
  48. data/docs/css/rdoc.css +639 -0
  49. data/docs/fonts/Lato-Light.ttf +0 -0
  50. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  51. data/docs/fonts/Lato-Regular.ttf +0 -0
  52. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  53. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  54. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  55. data/docs/images/add.png +0 -0
  56. data/docs/images/arrow_up.png +0 -0
  57. data/docs/images/brick.png +0 -0
  58. data/docs/images/brick_link.png +0 -0
  59. data/docs/images/bug.png +0 -0
  60. data/docs/images/bullet_black.png +0 -0
  61. data/docs/images/bullet_toggle_minus.png +0 -0
  62. data/docs/images/bullet_toggle_plus.png +0 -0
  63. data/docs/images/date.png +0 -0
  64. data/docs/images/delete.png +0 -0
  65. data/docs/images/find.png +0 -0
  66. data/docs/images/loadingAnimation.gif +0 -0
  67. data/docs/images/macFFBgHack.png +0 -0
  68. data/docs/images/package.png +0 -0
  69. data/docs/images/page_green.png +0 -0
  70. data/docs/images/page_white_text.png +0 -0
  71. data/docs/images/page_white_width.png +0 -0
  72. data/docs/images/plugin.png +0 -0
  73. data/docs/images/ruby.png +0 -0
  74. data/docs/images/tag_blue.png +0 -0
  75. data/docs/images/tag_green.png +0 -0
  76. data/docs/images/transparent.png +0 -0
  77. data/docs/images/wrench.png +0 -0
  78. data/docs/images/wrench_orange.png +0 -0
  79. data/docs/images/zoom.png +0 -0
  80. data/docs/index.html +117 -0
  81. data/docs/js/darkfish.js +84 -0
  82. data/docs/js/navigation.js +105 -0
  83. data/docs/js/navigation.js.gz +0 -0
  84. data/docs/js/search.js +110 -0
  85. data/docs/js/search_index.js +1 -0
  86. data/docs/js/search_index.js.gz +0 -0
  87. data/docs/js/searcher.js +229 -0
  88. data/docs/js/searcher.js.gz +0 -0
  89. data/docs/table_of_contents.html +785 -0
  90. data/easypost.gemspec +3 -1
  91. data/lib/easypost/beta/payment_refund.rb +5 -0
  92. data/lib/easypost/beta/referral.rb +52 -4
  93. data/lib/easypost/carrier_account.rb +17 -0
  94. data/lib/easypost/payment_method.rb +2 -1
  95. data/lib/easypost/referral.rb +4 -4
  96. data/lib/easypost/shipment.rb +1 -1
  97. data/lib/easypost/user.rb +5 -2
  98. data/lib/easypost/util.rb +21 -12
  99. metadata +117 -11
  100. data/CODE_OF_CONDUCT.md +0 -16
  101. data/CONTRIBUTING.md +0 -47
  102. data/SECURITY.md +0 -7
  103. data/SUPPORT.md +0 -3
@@ -0,0 +1,785 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Table of Contents - EasyPost Ruby Docs</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+ <body id="top" class="table-of-contents">
25
+ <main role="main">
26
+ <h1 class="class">Table of Contents - EasyPost Ruby Docs</h1>
27
+
28
+
29
+ <h2 id="classes">Classes and Modules</h2>
30
+ <ul>
31
+ <li class="module">
32
+ <a href="EasyPost.html">EasyPost</a>
33
+ </li>
34
+ <li class="class">
35
+ <a href="EasyPost/Address.html">EasyPost::Address</a>
36
+ </li>
37
+ <li class="class">
38
+ <a href="EasyPost/ApiKey.html">EasyPost::ApiKey</a>
39
+ </li>
40
+ <li class="class">
41
+ <a href="EasyPost/Batch.html">EasyPost::Batch</a>
42
+ </li>
43
+ <li class="module">
44
+ <a href="EasyPost/Beta.html">EasyPost::Beta</a>
45
+ </li>
46
+ <li class="class">
47
+ <a href="EasyPost/Beta/EndShipper.html">EasyPost::Beta::EndShipper</a>
48
+ </li>
49
+ <li class="class">
50
+ <a href="EasyPost/Beta/Referral.html">EasyPost::Beta::Referral</a>
51
+ </li>
52
+ <li class="class">
53
+ <a href="EasyPost/Billing.html">EasyPost::Billing</a>
54
+ </li>
55
+ <li class="class">
56
+ <a href="EasyPost/Brand.html">EasyPost::Brand</a>
57
+ </li>
58
+ <li class="class">
59
+ <a href="EasyPost/CarbonOffset.html">EasyPost::CarbonOffset</a>
60
+ </li>
61
+ <li class="class">
62
+ <a href="EasyPost/CarrierAccount.html">EasyPost::CarrierAccount</a>
63
+ </li>
64
+ <li class="class">
65
+ <a href="EasyPost/CarrierType.html">EasyPost::CarrierType</a>
66
+ </li>
67
+ <li class="class">
68
+ <a href="EasyPost/CustomsInfo.html">EasyPost::CustomsInfo</a>
69
+ </li>
70
+ <li class="class">
71
+ <a href="EasyPost/CustomsItem.html">EasyPost::CustomsItem</a>
72
+ </li>
73
+ <li class="class">
74
+ <a href="EasyPost/EasyPostObject.html">EasyPost::EasyPostObject</a>
75
+ </li>
76
+ <li class="class">
77
+ <a href="EasyPost/EndShipper.html">EasyPost::EndShipper</a>
78
+ </li>
79
+ <li class="class">
80
+ <a href="EasyPost/Error.html">EasyPost::Error</a>
81
+ </li>
82
+ <li class="class">
83
+ <a href="EasyPost/Event.html">EasyPost::Event</a>
84
+ </li>
85
+ <li class="class">
86
+ <a href="EasyPost/Insurance.html">EasyPost::Insurance</a>
87
+ </li>
88
+ <li class="class">
89
+ <a href="EasyPost/Order.html">EasyPost::Order</a>
90
+ </li>
91
+ <li class="class">
92
+ <a href="EasyPost/Parcel.html">EasyPost::Parcel</a>
93
+ </li>
94
+ <li class="class">
95
+ <a href="EasyPost/PaymentMethod.html">EasyPost::PaymentMethod</a>
96
+ </li>
97
+ <li class="class">
98
+ <a href="EasyPost/Pickup.html">EasyPost::Pickup</a>
99
+ </li>
100
+ <li class="class">
101
+ <a href="EasyPost/PickupRate.html">EasyPost::PickupRate</a>
102
+ </li>
103
+ <li class="class">
104
+ <a href="EasyPost/PostageLabel.html">EasyPost::PostageLabel</a>
105
+ </li>
106
+ <li class="class">
107
+ <a href="EasyPost/Rate.html">EasyPost::Rate</a>
108
+ </li>
109
+ <li class="class">
110
+ <a href="EasyPost/Referral.html">EasyPost::Referral</a>
111
+ </li>
112
+ <li class="class">
113
+ <a href="EasyPost/Refund.html">EasyPost::Refund</a>
114
+ </li>
115
+ <li class="class">
116
+ <a href="EasyPost/Report.html">EasyPost::Report</a>
117
+ </li>
118
+ <li class="class">
119
+ <a href="EasyPost/Resource.html">EasyPost::Resource</a>
120
+ </li>
121
+ <li class="class">
122
+ <a href="EasyPost/ScanForm.html">EasyPost::ScanForm</a>
123
+ </li>
124
+ <li class="class">
125
+ <a href="EasyPost/Shipment.html">EasyPost::Shipment</a>
126
+ </li>
127
+ <li class="class">
128
+ <a href="EasyPost/TaxIdentifier.html">EasyPost::TaxIdentifier</a>
129
+ </li>
130
+ <li class="class">
131
+ <a href="EasyPost/Tracker.html">EasyPost::Tracker</a>
132
+ </li>
133
+ <li class="class">
134
+ <a href="EasyPost/User.html">EasyPost::User</a>
135
+ </li>
136
+ <li class="module">
137
+ <a href="EasyPost/Util.html">EasyPost::Util</a>
138
+ </li>
139
+ <li class="class">
140
+ <a href="EasyPost/Webhook.html">EasyPost::Webhook</a>
141
+ </li>
142
+ </ul>
143
+
144
+ <h2 id="methods">Methods</h2>
145
+ <ul>
146
+
147
+ <li class="method">
148
+ <a href="EasyPost/Beta/Referral.html#method-c-add_credit_card">::add_credit_card</a>
149
+ &mdash;
150
+ <span class="container">EasyPost::Beta::Referral</span>
151
+
152
+ <li class="method">
153
+ <a href="EasyPost/Referral.html#method-c-add_credit_card">::add_credit_card</a>
154
+ &mdash;
155
+ <span class="container">EasyPost::Referral</span>
156
+
157
+ <li class="method">
158
+ <a href="EasyPost/PaymentMethod.html#method-c-all">::all</a>
159
+ &mdash;
160
+ <span class="container">EasyPost::PaymentMethod</span>
161
+
162
+ <li class="method">
163
+ <a href="EasyPost/Pickup.html#method-c-all">::all</a>
164
+ &mdash;
165
+ <span class="container">EasyPost::Pickup</span>
166
+
167
+ <li class="method">
168
+ <a href="EasyPost/CustomsItem.html#method-c-all">::all</a>
169
+ &mdash;
170
+ <span class="container">EasyPost::CustomsItem</span>
171
+
172
+ <li class="method">
173
+ <a href="EasyPost/CustomsInfo.html#method-c-all">::all</a>
174
+ &mdash;
175
+ <span class="container">EasyPost::CustomsInfo</span>
176
+
177
+ <li class="method">
178
+ <a href="EasyPost/Resource.html#method-c-all">::all</a>
179
+ &mdash;
180
+ <span class="container">EasyPost::Resource</span>
181
+
182
+ <li class="method">
183
+ <a href="EasyPost/Parcel.html#method-c-all">::all</a>
184
+ &mdash;
185
+ <span class="container">EasyPost::Parcel</span>
186
+
187
+ <li class="method">
188
+ <a href="EasyPost/Rate.html#method-c-all">::all</a>
189
+ &mdash;
190
+ <span class="container">EasyPost::Rate</span>
191
+
192
+ <li class="method">
193
+ <a href="EasyPost/Order.html#method-c-all">::all</a>
194
+ &mdash;
195
+ <span class="container">EasyPost::Order</span>
196
+
197
+ <li class="method">
198
+ <a href="EasyPost/Referral.html#method-c-all">::all</a>
199
+ &mdash;
200
+ <span class="container">EasyPost::Referral</span>
201
+
202
+ <li class="method">
203
+ <a href="EasyPost/Beta/Referral.html#method-c-all">::all</a>
204
+ &mdash;
205
+ <span class="container">EasyPost::Beta::Referral</span>
206
+
207
+ <li class="method">
208
+ <a href="EasyPost/Beta/EndShipper.html#method-c-all">::all</a>
209
+ &mdash;
210
+ <span class="container">EasyPost::Beta::EndShipper</span>
211
+
212
+ <li class="method">
213
+ <a href="EasyPost/Report.html#method-c-all">::all</a>
214
+ &mdash;
215
+ <span class="container">EasyPost::Report</span>
216
+
217
+ <li class="method">
218
+ <a href="EasyPost/User.html#method-c-all_api_keys">::all_api_keys</a>
219
+ &mdash;
220
+ <span class="container">EasyPost::User</span>
221
+
222
+ <li class="method">
223
+ <a href="EasyPost.html#method-c-authorization">::authorization</a>
224
+ &mdash;
225
+ <span class="container">EasyPost</span>
226
+
227
+ <li class="method">
228
+ <a href="EasyPost/Util.html#method-c-build_dict_key">::build_dict_key</a>
229
+ &mdash;
230
+ <span class="container">EasyPost::Util</span>
231
+
232
+ <li class="method">
233
+ <a href="EasyPost/Resource.html#method-c-class_name">::class_name</a>
234
+ &mdash;
235
+ <span class="container">EasyPost::Resource</span>
236
+
237
+ <li class="method">
238
+ <a href="EasyPost/EasyPostObject.html#method-c-construct_from">::construct_from</a>
239
+ &mdash;
240
+ <span class="container">EasyPost::EasyPostObject</span>
241
+
242
+ <li class="method">
243
+ <a href="EasyPost/Util.html#method-c-convert_to_easypost_object">::convert_to_easypost_object</a>
244
+ &mdash;
245
+ <span class="container">EasyPost::Util</span>
246
+
247
+ <li class="method">
248
+ <a href="EasyPost/ScanForm.html#method-c-create">::create</a>
249
+ &mdash;
250
+ <span class="container">EasyPost::ScanForm</span>
251
+
252
+ <li class="method">
253
+ <a href="EasyPost/Resource.html#method-c-create">::create</a>
254
+ &mdash;
255
+ <span class="container">EasyPost::Resource</span>
256
+
257
+ <li class="method">
258
+ <a href="EasyPost/Address.html#method-c-create">::create</a>
259
+ &mdash;
260
+ <span class="container">EasyPost::Address</span>
261
+
262
+ <li class="method">
263
+ <a href="EasyPost/Beta/Referral.html#method-c-create">::create</a>
264
+ &mdash;
265
+ <span class="container">EasyPost::Beta::Referral</span>
266
+
267
+ <li class="method">
268
+ <a href="EasyPost/Shipment.html#method-c-create">::create</a>
269
+ &mdash;
270
+ <span class="container">EasyPost::Shipment</span>
271
+
272
+ <li class="method">
273
+ <a href="EasyPost/EndShipper.html#method-c-create">::create</a>
274
+ &mdash;
275
+ <span class="container">EasyPost::EndShipper</span>
276
+
277
+ <li class="method">
278
+ <a href="EasyPost/User.html#method-c-create">::create</a>
279
+ &mdash;
280
+ <span class="container">EasyPost::User</span>
281
+
282
+ <li class="method">
283
+ <a href="EasyPost/Report.html#method-c-create">::create</a>
284
+ &mdash;
285
+ <span class="container">EasyPost::Report</span>
286
+
287
+ <li class="method">
288
+ <a href="EasyPost/Beta/EndShipper.html#method-c-create">::create</a>
289
+ &mdash;
290
+ <span class="container">EasyPost::Beta::EndShipper</span>
291
+
292
+ <li class="method">
293
+ <a href="EasyPost/Referral.html#method-c-create">::create</a>
294
+ &mdash;
295
+ <span class="container">EasyPost::Referral</span>
296
+
297
+ <li class="method">
298
+ <a href="EasyPost/Batch.html#method-c-create_and_buy">::create_and_buy</a>
299
+ &mdash;
300
+ <span class="container">EasyPost::Batch</span>
301
+
302
+ <li class="method">
303
+ <a href="EasyPost/Address.html#method-c-create_and_verify">::create_and_verify</a>
304
+ &mdash;
305
+ <span class="container">EasyPost::Address</span>
306
+
307
+ <li class="method">
308
+ <a href="EasyPost/Referral.html#method-c-create_easypost_credit_card">::create_easypost_credit_card</a>
309
+ &mdash;
310
+ <span class="container">EasyPost::Referral</span>
311
+
312
+ <li class="method">
313
+ <a href="EasyPost/Beta/Referral.html#method-c-create_easypost_credit_card">::create_easypost_credit_card</a>
314
+ &mdash;
315
+ <span class="container">EasyPost::Beta::Referral</span>
316
+
317
+ <li class="method">
318
+ <a href="EasyPost/Tracker.html#method-c-create_list">::create_list</a>
319
+ &mdash;
320
+ <span class="container">EasyPost::Tracker</span>
321
+
322
+ <li class="method">
323
+ <a href="EasyPost/Beta/Referral.html#method-c-create_stripe_token">::create_stripe_token</a>
324
+ &mdash;
325
+ <span class="container">EasyPost::Beta::Referral</span>
326
+
327
+ <li class="method">
328
+ <a href="EasyPost/Referral.html#method-c-create_stripe_token">::create_stripe_token</a>
329
+ &mdash;
330
+ <span class="container">EasyPost::Referral</span>
331
+
332
+ <li class="method">
333
+ <a href="EasyPost.html#method-c-default_connection">::default_connection</a>
334
+ &mdash;
335
+ <span class="container">EasyPost</span>
336
+
337
+ <li class="method">
338
+ <a href="EasyPost.html#method-c-default_headers">::default_headers</a>
339
+ &mdash;
340
+ <span class="container">EasyPost</span>
341
+
342
+ <li class="method">
343
+ <a href="EasyPost.html#method-c-default_http_config">::default_http_config</a>
344
+ &mdash;
345
+ <span class="container">EasyPost</span>
346
+
347
+ <li class="method">
348
+ <a href="EasyPost/Billing.html#method-c-delete_payment_method">::delete_payment_method</a>
349
+ &mdash;
350
+ <span class="container">EasyPost::Billing</span>
351
+
352
+ <li class="method">
353
+ <a href="EasyPost/Resource.html#method-c-each">::each</a>
354
+ &mdash;
355
+ <span class="container">EasyPost::Resource</span>
356
+
357
+ <li class="method">
358
+ <a href="EasyPost/Util.html#method-c-form_encode_params">::form_encode_params</a>
359
+ &mdash;
360
+ <span class="container">EasyPost::Util</span>
361
+
362
+ <li class="method">
363
+ <a href="EasyPost/Billing.html#method-c-fund_wallet">::fund_wallet</a>
364
+ &mdash;
365
+ <span class="container">EasyPost::Billing</span>
366
+
367
+ <li class="method">
368
+ <a href="EasyPost/Util.html#method-c-get_lowest_object_rate">::get_lowest_object_rate</a>
369
+ &mdash;
370
+ <span class="container">EasyPost::Util</span>
371
+
372
+ <li class="method">
373
+ <a href="EasyPost/Shipment.html#method-c-get_lowest_smartrate">::get_lowest_smartrate</a>
374
+ &mdash;
375
+ <span class="container">EasyPost::Shipment</span>
376
+
377
+ <li class="method">
378
+ <a href="EasyPost/Billing.html#method-c-get_payment_method_info">::get_payment_method_info</a>
379
+ &mdash;
380
+ <span class="container">EasyPost::Billing</span>
381
+
382
+ <li class="method">
383
+ <a href="EasyPost.html#method-c-http_config">::http_config</a>
384
+ &mdash;
385
+ <span class="container">EasyPost</span>
386
+
387
+ <li class="method">
388
+ <a href="EasyPost.html#method-c-http_config-3D">::http_config=</a>
389
+ &mdash;
390
+ <span class="container">EasyPost</span>
391
+
392
+ <li class="method">
393
+ <a href="EasyPost.html#method-c-make_client">::make_client</a>
394
+ &mdash;
395
+ <span class="container">EasyPost</span>
396
+
397
+ <li class="method">
398
+ <a href="EasyPost.html#method-c-make_request">::make_request</a>
399
+ &mdash;
400
+ <span class="container">EasyPost</span>
401
+
402
+ <li class="method">
403
+ <a href="EasyPost/EasyPostObject.html#method-c-new">::new</a>
404
+ &mdash;
405
+ <span class="container">EasyPost::EasyPostObject</span>
406
+
407
+ <li class="method">
408
+ <a href="EasyPost/Error.html#method-c-new">::new</a>
409
+ &mdash;
410
+ <span class="container">EasyPost::Error</span>
411
+
412
+ <li class="method">
413
+ <a href="EasyPost/Util.html#method-c-normalize_string_list">::normalize_string_list</a>
414
+ &mdash;
415
+ <span class="container">EasyPost::Util</span>
416
+
417
+ <li class="method">
418
+ <a href="EasyPost/Util.html#method-c-objects_to_ids">::objects_to_ids</a>
419
+ &mdash;
420
+ <span class="container">EasyPost::Util</span>
421
+
422
+ <li class="method">
423
+ <a href="EasyPost/Util.html#method-c-os_arch">::os_arch</a>
424
+ &mdash;
425
+ <span class="container">EasyPost::Util</span>
426
+
427
+ <li class="method">
428
+ <a href="EasyPost/Util.html#method-c-os_name">::os_name</a>
429
+ &mdash;
430
+ <span class="container">EasyPost::Util</span>
431
+
432
+ <li class="method">
433
+ <a href="EasyPost/Util.html#method-c-os_version">::os_version</a>
434
+ &mdash;
435
+ <span class="container">EasyPost::Util</span>
436
+
437
+ <li class="method">
438
+ <a href="EasyPost.html#method-c-parse_response">::parse_response</a>
439
+ &mdash;
440
+ <span class="container">EasyPost</span>
441
+
442
+ <li class="method">
443
+ <a href="EasyPost/Event.html#method-c-receive">::receive</a>
444
+ &mdash;
445
+ <span class="container">EasyPost::Event</span>
446
+
447
+ <li class="method">
448
+ <a href="EasyPost.html#method-c-reset_http_config">::reset_http_config</a>
449
+ &mdash;
450
+ <span class="container">EasyPost</span>
451
+
452
+ <li class="method">
453
+ <a href="EasyPost/Beta/EndShipper.html#method-c-retrieve">::retrieve</a>
454
+ &mdash;
455
+ <span class="container">EasyPost::Beta::EndShipper</span>
456
+
457
+ <li class="method">
458
+ <a href="EasyPost/Resource.html#method-c-retrieve">::retrieve</a>
459
+ &mdash;
460
+ <span class="container">EasyPost::Resource</span>
461
+
462
+ <li class="method">
463
+ <a href="EasyPost/Referral.html#method-c-retrieve_easypost_stripe_api_key">::retrieve_easypost_stripe_api_key</a>
464
+ &mdash;
465
+ <span class="container">EasyPost::Referral</span>
466
+
467
+ <li class="method">
468
+ <a href="EasyPost/Beta/Referral.html#method-c-retrieve_easypost_stripe_api_key">::retrieve_easypost_stripe_api_key</a>
469
+ &mdash;
470
+ <span class="container">EasyPost::Beta::Referral</span>
471
+
472
+ <li class="method">
473
+ <a href="EasyPost/User.html#method-c-retrieve_me">::retrieve_me</a>
474
+ &mdash;
475
+ <span class="container">EasyPost::User</span>
476
+
477
+ <li class="method">
478
+ <a href="EasyPost/Billing.html#method-c-retrieve_payment_methods">::retrieve_payment_methods</a>
479
+ &mdash;
480
+ <span class="container">EasyPost::Billing</span>
481
+
482
+ <li class="method">
483
+ <a href="EasyPost/CarrierAccount.html#method-c-types">::types</a>
484
+ &mdash;
485
+ <span class="container">EasyPost::CarrierAccount</span>
486
+
487
+ <li class="method">
488
+ <a href="EasyPost/Referral.html#method-c-update_email">::update_email</a>
489
+ &mdash;
490
+ <span class="container">EasyPost::Referral</span>
491
+
492
+ <li class="method">
493
+ <a href="EasyPost/Beta/Referral.html#method-c-update_email">::update_email</a>
494
+ &mdash;
495
+ <span class="container">EasyPost::Beta::Referral</span>
496
+
497
+ <li class="method">
498
+ <a href="EasyPost/Resource.html#method-c-url">::url</a>
499
+ &mdash;
500
+ <span class="container">EasyPost::Resource</span>
501
+
502
+ <li class="method">
503
+ <a href="EasyPost.html#method-c-user_agent">::user_agent</a>
504
+ &mdash;
505
+ <span class="container">EasyPost</span>
506
+
507
+ <li class="method">
508
+ <a href="EasyPost/Webhook.html#method-c-validate_webhook">::validate_webhook</a>
509
+ &mdash;
510
+ <span class="container">EasyPost::Webhook</span>
511
+
512
+ <li class="method">
513
+ <a href="EasyPost/Error.html#method-i-3D-3D">#==</a>
514
+ &mdash;
515
+ <span class="container">EasyPost::Error</span>
516
+
517
+ <li class="method">
518
+ <a href="EasyPost/EasyPostObject.html#method-i-5B-5D">#[]</a>
519
+ &mdash;
520
+ <span class="container">EasyPost::EasyPostObject</span>
521
+
522
+ <li class="method">
523
+ <a href="EasyPost/EasyPostObject.html#method-i-5B-5D-3D">#[]=</a>
524
+ &mdash;
525
+ <span class="container">EasyPost::EasyPostObject</span>
526
+
527
+ <li class="method">
528
+ <a href="EasyPost/EasyPostObject.html#method-i-add_accessors">#add_accessors</a>
529
+ &mdash;
530
+ <span class="container">EasyPost::EasyPostObject</span>
531
+
532
+ <li class="method">
533
+ <a href="EasyPost/Batch.html#method-i-add_shipments">#add_shipments</a>
534
+ &mdash;
535
+ <span class="container">EasyPost::Batch</span>
536
+
537
+ <li class="method">
538
+ <a href="EasyPost/User.html#method-i-api_keys">#api_keys</a>
539
+ &mdash;
540
+ <span class="container">EasyPost::User</span>
541
+
542
+ <li class="method">
543
+ <a href="EasyPost/EasyPostObject.html#method-i-as_json">#as_json</a>
544
+ &mdash;
545
+ <span class="container">EasyPost::EasyPostObject</span>
546
+
547
+ <li class="method">
548
+ <a href="EasyPost/Pickup.html#method-i-buy">#buy</a>
549
+ &mdash;
550
+ <span class="container">EasyPost::Pickup</span>
551
+
552
+ <li class="method">
553
+ <a href="EasyPost/Shipment.html#method-i-buy">#buy</a>
554
+ &mdash;
555
+ <span class="container">EasyPost::Shipment</span>
556
+
557
+ <li class="method">
558
+ <a href="EasyPost/Batch.html#method-i-buy">#buy</a>
559
+ &mdash;
560
+ <span class="container">EasyPost::Batch</span>
561
+
562
+ <li class="method">
563
+ <a href="EasyPost/Order.html#method-i-buy">#buy</a>
564
+ &mdash;
565
+ <span class="container">EasyPost::Order</span>
566
+
567
+ <li class="method">
568
+ <a href="EasyPost/Pickup.html#method-i-cancel">#cancel</a>
569
+ &mdash;
570
+ <span class="container">EasyPost::Pickup</span>
571
+
572
+ <li class="method">
573
+ <a href="EasyPost/Batch.html#method-i-create_scan_form">#create_scan_form</a>
574
+ &mdash;
575
+ <span class="container">EasyPost::Batch</span>
576
+
577
+ <li class="method">
578
+ <a href="EasyPost/EasyPostObject.html#method-i-deconstruct_keys">#deconstruct_keys</a>
579
+ &mdash;
580
+ <span class="container">EasyPost::EasyPostObject</span>
581
+
582
+ <li class="method">
583
+ <a href="EasyPost/Webhook.html#method-i-delete">#delete</a>
584
+ &mdash;
585
+ <span class="container">EasyPost::Webhook</span>
586
+
587
+ <li class="method">
588
+ <a href="EasyPost/Resource.html#method-i-delete">#delete</a>
589
+ &mdash;
590
+ <span class="container">EasyPost::Resource</span>
591
+
592
+ <li class="method">
593
+ <a href="EasyPost/User.html#method-i-delete">#delete</a>
594
+ &mdash;
595
+ <span class="container">EasyPost::User</span>
596
+
597
+ <li class="method">
598
+ <a href="EasyPost/EasyPostObject.html#method-i-each">#each</a>
599
+ &mdash;
600
+ <span class="container">EasyPost::EasyPostObject</span>
601
+
602
+ <li class="method">
603
+ <a href="EasyPost/EasyPostObject.html#method-i-flatten_unsaved">#flatten_unsaved</a>
604
+ &mdash;
605
+ <span class="container">EasyPost::EasyPostObject</span>
606
+
607
+ <li class="method">
608
+ <a href="EasyPost/Shipment.html#method-i-generate_form">#generate_form</a>
609
+ &mdash;
610
+ <span class="container">EasyPost::Shipment</span>
611
+
612
+ <li class="method">
613
+ <a href="EasyPost/Order.html#method-i-get_rates">#get_rates</a>
614
+ &mdash;
615
+ <span class="container">EasyPost::Order</span>
616
+
617
+ <li class="method">
618
+ <a href="EasyPost/Shipment.html#method-i-get_smartrates">#get_smartrates</a>
619
+ &mdash;
620
+ <span class="container">EasyPost::Shipment</span>
621
+
622
+ <li class="method">
623
+ <a href="EasyPost/EasyPostObject.html#method-i-id">#id</a>
624
+ &mdash;
625
+ <span class="container">EasyPost::EasyPostObject</span>
626
+
627
+ <li class="method">
628
+ <a href="EasyPost/EasyPostObject.html#method-i-id-3D">#id=</a>
629
+ &mdash;
630
+ <span class="container">EasyPost::EasyPostObject</span>
631
+
632
+ <li class="method">
633
+ <a href="EasyPost/EasyPostObject.html#method-i-inspect">#inspect</a>
634
+ &mdash;
635
+ <span class="container">EasyPost::EasyPostObject</span>
636
+
637
+ <li class="method">
638
+ <a href="EasyPost/Shipment.html#method-i-insure">#insure</a>
639
+ &mdash;
640
+ <span class="container">EasyPost::Shipment</span>
641
+
642
+ <li class="method">
643
+ <a href="EasyPost/EasyPostObject.html#method-i-keys">#keys</a>
644
+ &mdash;
645
+ <span class="container">EasyPost::EasyPostObject</span>
646
+
647
+ <li class="method">
648
+ <a href="EasyPost/Shipment.html#method-i-label">#label</a>
649
+ &mdash;
650
+ <span class="container">EasyPost::Shipment</span>
651
+
652
+ <li class="method">
653
+ <a href="EasyPost/Batch.html#method-i-label">#label</a>
654
+ &mdash;
655
+ <span class="container">EasyPost::Batch</span>
656
+
657
+ <li class="method">
658
+ <a href="EasyPost/Pickup.html#method-i-lowest_rate">#lowest_rate</a>
659
+ &mdash;
660
+ <span class="container">EasyPost::Pickup</span>
661
+
662
+ <li class="method">
663
+ <a href="EasyPost/Order.html#method-i-lowest_rate">#lowest_rate</a>
664
+ &mdash;
665
+ <span class="container">EasyPost::Order</span>
666
+
667
+ <li class="method">
668
+ <a href="EasyPost/Shipment.html#method-i-lowest_rate">#lowest_rate</a>
669
+ &mdash;
670
+ <span class="container">EasyPost::Shipment</span>
671
+
672
+ <li class="method">
673
+ <a href="EasyPost/Shipment.html#method-i-lowest_smartrate">#lowest_smartrate</a>
674
+ &mdash;
675
+ <span class="container">EasyPost::Shipment</span>
676
+
677
+ <li class="method">
678
+ <a href="EasyPost/EasyPostObject.html#method-i-metaclass">#metaclass</a>
679
+ &mdash;
680
+ <span class="container">EasyPost::EasyPostObject</span>
681
+
682
+ <li class="method">
683
+ <a href="EasyPost/Resource.html#method-i-refresh">#refresh</a>
684
+ &mdash;
685
+ <span class="container">EasyPost::Resource</span>
686
+
687
+ <li class="method">
688
+ <a href="EasyPost/EasyPostObject.html#method-i-refresh_from">#refresh_from</a>
689
+ &mdash;
690
+ <span class="container">EasyPost::EasyPostObject</span>
691
+
692
+ <li class="method">
693
+ <a href="EasyPost/Shipment.html#method-i-refund">#refund</a>
694
+ &mdash;
695
+ <span class="container">EasyPost::Shipment</span>
696
+
697
+ <li class="method">
698
+ <a href="EasyPost/Shipment.html#method-i-regenerate_rates">#regenerate_rates</a>
699
+ &mdash;
700
+ <span class="container">EasyPost::Shipment</span>
701
+
702
+ <li class="method">
703
+ <a href="EasyPost/Batch.html#method-i-remove_shipments">#remove_shipments</a>
704
+ &mdash;
705
+ <span class="container">EasyPost::Batch</span>
706
+
707
+ <li class="method">
708
+ <a href="EasyPost/Beta/EndShipper.html#method-i-save">#save</a>
709
+ &mdash;
710
+ <span class="container">EasyPost::Beta::EndShipper</span>
711
+
712
+ <li class="method">
713
+ <a href="EasyPost/Resource.html#method-i-save">#save</a>
714
+ &mdash;
715
+ <span class="container">EasyPost::Resource</span>
716
+
717
+ <li class="method">
718
+ <a href="EasyPost/EndShipper.html#method-i-save">#save</a>
719
+ &mdash;
720
+ <span class="container">EasyPost::EndShipper</span>
721
+
722
+ <li class="method">
723
+ <a href="EasyPost/User.html#method-i-save">#save</a>
724
+ &mdash;
725
+ <span class="container">EasyPost::User</span>
726
+
727
+ <li class="method">
728
+ <a href="EasyPost/EasyPostObject.html#method-i-to_hash">#to_hash</a>
729
+ &mdash;
730
+ <span class="container">EasyPost::EasyPostObject</span>
731
+
732
+ <li class="method">
733
+ <a href="EasyPost/EasyPostObject.html#method-i-to_json">#to_json</a>
734
+ &mdash;
735
+ <span class="container">EasyPost::EasyPostObject</span>
736
+
737
+ <li class="method">
738
+ <a href="EasyPost/Error.html#method-i-to_s">#to_s</a>
739
+ &mdash;
740
+ <span class="container">EasyPost::Error</span>
741
+
742
+ <li class="method">
743
+ <a href="EasyPost/EasyPostObject.html#method-i-to_s">#to_s</a>
744
+ &mdash;
745
+ <span class="container">EasyPost::EasyPostObject</span>
746
+
747
+ <li class="method">
748
+ <a href="EasyPost/Webhook.html#method-i-update">#update</a>
749
+ &mdash;
750
+ <span class="container">EasyPost::Webhook</span>
751
+
752
+ <li class="method">
753
+ <a href="EasyPost/User.html#method-i-update_brand">#update_brand</a>
754
+ &mdash;
755
+ <span class="container">EasyPost::User</span>
756
+
757
+ <li class="method">
758
+ <a href="EasyPost/Resource.html#method-i-url">#url</a>
759
+ &mdash;
760
+ <span class="container">EasyPost::Resource</span>
761
+
762
+ <li class="method">
763
+ <a href="EasyPost/Brand.html#method-i-url">#url</a>
764
+ &mdash;
765
+ <span class="container">EasyPost::Brand</span>
766
+
767
+ <li class="method">
768
+ <a href="EasyPost/EasyPostObject.html#method-i-values">#values</a>
769
+ &mdash;
770
+ <span class="container">EasyPost::EasyPostObject</span>
771
+
772
+ <li class="method">
773
+ <a href="EasyPost/Address.html#method-i-verify">#verify</a>
774
+ &mdash;
775
+ <span class="container">EasyPost::Address</span>
776
+ </ul>
777
+ </main>
778
+
779
+
780
+ <footer id="validator-badges" role="contentinfo">
781
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
782
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.4.0.
783
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
784
+ </footer>
785
+