You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/lob/models/letter.rb
+4-19Lines changed: 4 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ class Letter
67
67
# The tracking number, if applicable, will appear here when it becomes available. Dummy tracking numbers are not created in test mode.
68
68
attr_accessor:tracking_number
69
69
70
-
# Tracking events are not populated for registered or regular (no extra service) letters.
70
+
# An array of tracking_event objects ordered by ascending `time`. Will not be populated for letters created in test mode.
71
71
attr_accessor:tracking_events
72
72
73
73
# Specifies the address the return envelope will be sent back to. This is an optional argument that is available if an account is signed up for the return envelope tracking beta, and has `return_envelope`, and `perforated_page` fields populated in the API request.
@@ -401,7 +401,7 @@ def list_invalid_properties
401
401
invalid_properties.push("invalid value for \"template_version_id\", must conform to the pattern #{pattern}.")
Copy file name to clipboardExpand all lines: lib/lob/models/self_mailer.rb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ class SelfMailer
53
53
# Value is resource type.
54
54
attr_accessor:object
55
55
56
-
# An array of tracking events ordered by ascending `time`. Not populated in test mode.
56
+
# An array of certified tracking events ordered by ascending `time`. Not populated in test mode.
57
57
attr_accessor:tracking_events
58
58
59
59
# A [signed link](#section/Asset-URLs) served over HTTPS. The link returned will expire in 30 days to prevent mis-sharing. Each time a GET request is initiated, a new signed URL will be generated.
Copy file name to clipboardExpand all lines: lib/lob/models/snap_pack.rb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
=begin
2
2
#Lob
3
3
4
-
#The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
4
+
#The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
# An internal description that identifies this resource. Must be no longer than 255 characters.
27
+
# An internal description that identifies this resource. Must be no longer than 255 characters.
28
28
attr_accessor:description
29
29
30
30
# Use metadata to store custom information for tagging and labeling back to your internal systems. Must be an object with up to 20 key-value pairs. Keys must be at most 40 characters and values must be at most 500 characters. Neither can contain the characters `\"` and `\\`. i.e. '{\"customer_id\" : \"NEWYORK2015\"}' Nested objects are not supported. See [Metadata](#section/Metadata) for more information.
@@ -284,7 +284,7 @@ def list_invalid_properties
284
284
invalid_properties.push('invalid value for "url", url cannot be nil.')
0 commit comments