files.com 1.1.102 → 1.1.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/_VERSION +1 -1
  3. data/docs/action.md +1 -1
  4. data/docs/automation_log.md +1 -1
  5. data/docs/bundle_action.md +1 -1
  6. data/docs/bundle_download.md +1 -1
  7. data/docs/file.md +1 -1
  8. data/docs/file_migration.md +1 -1
  9. data/docs/file_migration_log.md +1 -1
  10. data/docs/file_upload_part.md +1 -1
  11. data/docs/folder.md +1 -1
  12. data/docs/ftp_action_log.md +1 -1
  13. data/docs/history.md +1 -1
  14. data/docs/history_export_result.md +1 -1
  15. data/docs/inbox_upload.md +1 -1
  16. data/docs/lock.md +1 -1
  17. data/docs/notification.md +1 -1
  18. data/docs/outbound_connection_log.md +1 -1
  19. data/docs/permission.md +1 -1
  20. data/docs/priority.md +1 -1
  21. data/docs/public_hosting_request_log.md +1 -1
  22. data/docs/request.md +1 -1
  23. data/docs/style.md +1 -1
  24. data/docs/sync_log.md +1 -1
  25. data/lib/files.com/models/action.rb +1 -1
  26. data/lib/files.com/models/automation_log.rb +1 -1
  27. data/lib/files.com/models/bundle_action.rb +1 -1
  28. data/lib/files.com/models/bundle_download.rb +1 -1
  29. data/lib/files.com/models/file.rb +1 -1
  30. data/lib/files.com/models/file_migration.rb +1 -1
  31. data/lib/files.com/models/file_migration_log.rb +1 -1
  32. data/lib/files.com/models/file_upload_part.rb +1 -1
  33. data/lib/files.com/models/folder.rb +1 -1
  34. data/lib/files.com/models/ftp_action_log.rb +1 -1
  35. data/lib/files.com/models/history.rb +1 -1
  36. data/lib/files.com/models/history_export_result.rb +1 -1
  37. data/lib/files.com/models/inbox_upload.rb +1 -1
  38. data/lib/files.com/models/lock.rb +1 -1
  39. data/lib/files.com/models/notification.rb +1 -1
  40. data/lib/files.com/models/outbound_connection_log.rb +1 -1
  41. data/lib/files.com/models/permission.rb +1 -1
  42. data/lib/files.com/models/priority.rb +1 -1
  43. data/lib/files.com/models/public_hosting_request_log.rb +1 -1
  44. data/lib/files.com/models/request.rb +1 -1
  45. data/lib/files.com/models/style.rb +1 -1
  46. data/lib/files.com/models/sync_log.rb +1 -1
  47. data/lib/files.com/version.rb +1 -1
  48. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 236d82a7483161cc5e6a939f5917b2052e16419c8e5fefdbb4d9f573541cf5ae
4
- data.tar.gz: f00f742d97fd40717543e7eb8bc0bb30380d80a3f037d08cb75b286f2dbba3c7
3
+ metadata.gz: 52f942042389dad83e2a6c4eb4f0c5ed9b9153bfa4c32553f4fa394649f805c3
4
+ data.tar.gz: 76e059d9940fcb0f20aedd4ccc8d3da6b36733cd860059b015005fec3ae116c0
5
5
  SHA512:
6
- metadata.gz: 0ee08e83fd78fbdadb235c420d12f1d100df229bfbeb88e780bc8e248070269c42778ef6803f40cb7bba12b0abec53ec109d40f69066df7297fa439763a16d00
7
- data.tar.gz: a16861952216ed034056254c266854577095384e48803e62e3021b7ead023d5323dffa4802cb8f8a1436b2e5367edf75efddbde97a45bf149917877ad535e30d
6
+ metadata.gz: 9543c92df17e531b81a7023b25628c76829af880127dedbf25a79a850e3d513bdb87a2d7e504f4f63fb7e451f8627de73a8461aee271326331128e2f1a4754db
7
+ data.tar.gz: edd90017476a6e7964cc406d6e8a225ac78931729bb2b6e7ab6481f0b553a4a92ad204eea8e0d31ac55396ce6d73020e3be0842afeb34cbd634b75e74416b1f9
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.102
1
+ 1.1.103
data/docs/action.md CHANGED
@@ -23,7 +23,7 @@
23
23
  ```
24
24
 
25
25
  * `id` (int64): Action ID
26
- * `path` (string): Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
26
+ * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
27
  * `when` (date-time): Action occurrence date/time
28
28
  * `destination` (string): The destination path for this action, if applicable
29
29
  * `display` (string): Friendly displayed output
@@ -23,7 +23,7 @@
23
23
  * `error_type` (string): Error type, if applicable
24
24
  * `message` (string): Message
25
25
  * `operation` (string): Operation type
26
- * `path` (string): File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
26
+ * `path` (string): File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
27
  * `status` (string): Status
28
28
 
29
29
 
@@ -33,7 +33,7 @@
33
33
  * `bundle_registration` (BundleRegistration): Object that contains bundle registration information
34
34
  * `when` (date-time): Action occurrence date/time
35
35
  * `destination` (string): The destination path for this bundle action, if applicable
36
- * `path` (string): Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
36
+ * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
37
37
  * `source` (string): The source path for this bundle action, if applicable
38
38
 
39
39
 
@@ -13,7 +13,7 @@
13
13
 
14
14
  * `bundle_registration` (BundleRegistration):
15
15
  * `download_method` (string): Download method (file or full_zip)
16
- * `path` (string): Download path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
16
+ * `path` (string): Download path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
17
17
  * `created_at` (date-time): Download date/time
18
18
 
19
19
 
data/docs/file.md CHANGED
@@ -51,7 +51,7 @@ may places where a Ruby File object can be used.
51
51
  }
52
52
  ```
53
53
 
54
- * `path` (string): File/Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
54
+ * `path` (string): File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
55
55
  * `created_by_id` (int64): User ID of the User who created the file/folder
56
56
  * `created_by_api_key_id` (int64): ID of the API key that created the file/folder
57
57
  * `created_by_as2_incoming_message_id` (int64): ID of the AS2 Incoming Message that created the file/folder
@@ -17,7 +17,7 @@
17
17
  ```
18
18
 
19
19
  * `id` (int64): File migration ID
20
- * `path` (string): Source path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
20
+ * `path` (string): Source path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
21
21
  * `dest_path` (string): Destination path
22
22
  * `files_moved` (int64): Number of files processed
23
23
  * `files_total` (int64):
@@ -21,7 +21,7 @@
21
21
  * `error_type` (string): Error type, if applicable
22
22
  * `message` (string): Message
23
23
  * `operation` (string): Operation type
24
- * `path` (string): File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
24
+ * `path` (string): File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
25
25
  * `status` (string): Status
26
26
 
27
27
 
@@ -42,6 +42,6 @@
42
42
  * `parameters` (object): Additional HTTP parameters to send with the upload
43
43
  * `part_number` (int64): Number of this upload part
44
44
  * `partsize` (int64): Size in bytes for the next upload part
45
- * `path` (string): New file path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
45
+ * `path` (string): New file path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
46
46
  * `ref` (string): Reference name for this upload part
47
47
  * `upload_uri` (string): URI to upload this part to
data/docs/folder.md CHANGED
@@ -53,7 +53,7 @@ Files::Dir is an alias of Files::Folder
53
53
  }
54
54
  ```
55
55
 
56
- * `path` (string): File/Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
56
+ * `path` (string): File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
57
57
  * `created_by_id` (int64): User ID of the User who created the file/folder
58
58
  * `created_by_api_key_id` (int64): ID of the API key that created the file/folder
59
59
  * `created_by_as2_incoming_message_id` (int64): ID of the AS2 Incoming Message that created the file/folder
@@ -33,7 +33,7 @@
33
33
  * `seq_id` (int64): FTP Sequence ID
34
34
  * `auth_ciphers` (string): Authentication Ciphers
35
35
  * `action_type` (string): Action Type
36
- * `path` (string): Path as sent by the Client (may not match Files.com path due to user root folders for FTP) This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
36
+ * `path` (string): Path as sent by the Client (may not match Files.com path due to user root folders for FTP). This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
37
37
  * `true_path` (string): Path on Files.com
38
38
  * `name` (string): Name of File
39
39
  * `cmd` (string): FTP Command Name
data/docs/history.md CHANGED
@@ -23,7 +23,7 @@
23
23
  ```
24
24
 
25
25
  * `id` (int64): Action ID
26
- * `path` (string): Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
26
+ * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
27
  * `when` (date-time): Action occurrence date/time
28
28
  * `destination` (string): The destination path for this action, if applicable
29
29
  * `display` (string): Friendly displayed output
@@ -38,7 +38,7 @@
38
38
  * `user_id` (int64): User ID
39
39
  * `file_id` (int64): File ID related to the action
40
40
  * `parent_id` (int64): ID of the parent folder
41
- * `path` (string): Path of the related action This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
41
+ * `path` (string): Path of the related action. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
42
42
  * `folder` (string): Folder in which the action occurred
43
43
  * `src` (string): File move originated from this path
44
44
  * `destination` (string): File moved to this destination folder
data/docs/inbox_upload.md CHANGED
@@ -11,7 +11,7 @@
11
11
  ```
12
12
 
13
13
  * `inbox_registration` (InboxRegistration):
14
- * `path` (string): Upload path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
14
+ * `path` (string): Upload path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
15
15
  * `created_at` (date-time): Upload date/time
16
16
 
17
17
 
data/docs/lock.md CHANGED
@@ -19,7 +19,7 @@
19
19
  }
20
20
  ```
21
21
 
22
- * `path` (string): Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
22
+ * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
23
23
  * `timeout` (int64): Lock timeout in seconds
24
24
  * `depth` (string):
25
25
  * `recursive` (boolean): Does lock apply to subfolders?
data/docs/notification.md CHANGED
@@ -37,7 +37,7 @@
37
37
  ```
38
38
 
39
39
  * `id` (int64): Notification ID
40
- * `path` (string): Folder path to notify on This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
40
+ * `path` (string): Folder path to notify on. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
41
41
  * `group_id` (int64): ID of Group to receive notifications
42
42
  * `group_name` (string): Group name, if a Group ID is set
43
43
  * `triggering_group_ids` (array(int64)): If set, will only notify on actions made by a member of one of the specified groups
@@ -22,7 +22,7 @@
22
22
  ```
23
23
 
24
24
  * `timestamp` (date-time): Start Time of Action
25
- * `path` (string): Remote Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
25
+ * `path` (string): Remote Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
26
26
  * `client_ip` (string): End User IP
27
27
  * `src_remote_server_id` (string): Source Remote Server ID
28
28
  * `dest_remote_server_id` (string): Destination Remote Server ID
data/docs/permission.md CHANGED
@@ -16,7 +16,7 @@
16
16
  ```
17
17
 
18
18
  * `id` (int64): Permission ID
19
- * `path` (string): Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
19
+ * `path` (string): Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
20
20
  * `user_id` (int64): User ID
21
21
  * `username` (string): User's username
22
22
  * `group_id` (int64): Group ID
data/docs/priority.md CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ```
11
11
 
12
- * `path` (string): The path corresponding to the priority color This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
12
+ * `path` (string): The path corresponding to the priority color. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
13
13
  * `color` (string): The priority color
14
14
 
15
15
 
@@ -19,7 +19,7 @@
19
19
  * `remote_ip` (string): IP Address of Public Hosting Client
20
20
  * `server_ip` (string): IP Address of Public Hosting Server
21
21
  * `hostname` (string): HTTP Request Hostname
22
- * `path` (string): HTTP Request Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
22
+ * `path` (string): HTTP Request Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
23
23
  * `responseCode` (int64): HTTP Response Code
24
24
  * `success` (boolean): Whether SFTP Action was successful.
25
25
  * `duration_ms` (int64): Duration (in milliseconds)
data/docs/request.md CHANGED
@@ -14,7 +14,7 @@
14
14
  ```
15
15
 
16
16
  * `id` (int64): Request ID
17
- * `path` (string): Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
17
+ * `path` (string): Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
18
18
  * `source` (string): Source filename, if applicable
19
19
  * `destination` (string): Destination filename
20
20
  * `automation_id` (string): ID of automation that created request
data/docs/style.md CHANGED
@@ -12,7 +12,7 @@
12
12
  ```
13
13
 
14
14
  * `id` (int64): Style ID
15
- * `path` (string): Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
15
+ * `path` (string): Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
16
16
  * `logo` (Image): Logo
17
17
  * `thumbnail` (Image): Logo thumbnail
18
18
  * `file` (file): Logo for custom branding.
data/docs/sync_log.md CHANGED
@@ -23,7 +23,7 @@
23
23
  * `error_type` (string): Error type, if applicable
24
24
  * `message` (string): Message
25
25
  * `operation` (string): Operation type
26
- * `path` (string): File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
26
+ * `path` (string): File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
27
  * `size` (string): File size
28
28
  * `file_type` (string): File type
29
29
  * `status` (string): Status
@@ -14,7 +14,7 @@ module Files
14
14
  @attributes[:id]
15
15
  end
16
16
 
17
- # string - Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
17
+ # string - Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
18
18
  def path
19
19
  @attributes[:path]
20
20
  end
@@ -44,7 +44,7 @@ module Files
44
44
  @attributes[:operation]
45
45
  end
46
46
 
47
- # string - File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
47
+ # string - File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
48
48
  def path
49
49
  @attributes[:path]
50
50
  end
@@ -29,7 +29,7 @@ module Files
29
29
  @attributes[:destination]
30
30
  end
31
31
 
32
- # string - Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
32
+ # string - Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
33
33
  def path
34
34
  @attributes[:path]
35
35
  end
@@ -19,7 +19,7 @@ module Files
19
19
  @attributes[:download_method]
20
20
  end
21
21
 
22
- # string - Download path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
22
+ # string - Download path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
23
23
  def path
24
24
  @attributes[:path]
25
25
  end
@@ -566,7 +566,7 @@ module Files
566
566
  @write_io.write_nonblock *args
567
567
  end
568
568
 
569
- # string - File/Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
569
+ # string - File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
570
570
  def path
571
571
  @attributes[:path]
572
572
  end
@@ -14,7 +14,7 @@ module Files
14
14
  @attributes[:id]
15
15
  end
16
16
 
17
- # string - Source path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
17
+ # string - Source path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
18
18
  def path
19
19
  @attributes[:path]
20
20
  end
@@ -39,7 +39,7 @@ module Files
39
39
  @attributes[:operation]
40
40
  end
41
41
 
42
- # string - File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
42
+ # string - File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
43
43
  def path
44
44
  @attributes[:path]
45
45
  end
@@ -74,7 +74,7 @@ module Files
74
74
  @attributes[:partsize]
75
75
  end
76
76
 
77
- # string - New file path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
77
+ # string - New file path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
78
78
  def path
79
79
  @attributes[:path]
80
80
  end
@@ -150,7 +150,7 @@ module Files
150
150
  path
151
151
  end
152
152
 
153
- # string - File/Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
153
+ # string - File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
154
154
  def path
155
155
  @attributes[:path]
156
156
  end
@@ -49,7 +49,7 @@ module Files
49
49
  @attributes[:action_type]
50
50
  end
51
51
 
52
- # string - Path as sent by the Client (may not match Files.com path due to user root folders for FTP) This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
52
+ # string - Path as sent by the Client (may not match Files.com path due to user root folders for FTP). This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
53
53
  def path
54
54
  @attributes[:path]
55
55
  end
@@ -14,7 +14,7 @@ module Files
14
14
  @attributes[:id]
15
15
  end
16
16
 
17
- # string - Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
17
+ # string - Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
18
18
  def path
19
19
  @attributes[:path]
20
20
  end
@@ -39,7 +39,7 @@ module Files
39
39
  @attributes[:parent_id]
40
40
  end
41
41
 
42
- # string - Path of the related action This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
42
+ # string - Path of the related action. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
43
43
  def path
44
44
  @attributes[:path]
45
45
  end
@@ -14,7 +14,7 @@ module Files
14
14
  @attributes[:inbox_registration]
15
15
  end
16
16
 
17
- # string - Upload path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
17
+ # string - Upload path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
18
18
  def path
19
19
  @attributes[:path]
20
20
  end
@@ -9,7 +9,7 @@ module Files
9
9
  @options = options || {}
10
10
  end
11
11
 
12
- # string - Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
12
+ # string - Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
13
13
  def path
14
14
  @attributes[:path]
15
15
  end
@@ -18,7 +18,7 @@ module Files
18
18
  @attributes[:id] = value
19
19
  end
20
20
 
21
- # string - Folder path to notify on This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
21
+ # string - Folder path to notify on. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
22
22
  def path
23
23
  @attributes[:path]
24
24
  end
@@ -14,7 +14,7 @@ module Files
14
14
  @attributes[:timestamp]
15
15
  end
16
16
 
17
- # string - Remote Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
17
+ # string - Remote Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
18
18
  def path
19
19
  @attributes[:path]
20
20
  end
@@ -18,7 +18,7 @@ module Files
18
18
  @attributes[:id] = value
19
19
  end
20
20
 
21
- # string - Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
21
+ # string - Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
22
22
  def path
23
23
  @attributes[:path]
24
24
  end
@@ -9,7 +9,7 @@ module Files
9
9
  @options = options || {}
10
10
  end
11
11
 
12
- # string - The path corresponding to the priority color This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
12
+ # string - The path corresponding to the priority color. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
13
13
  def path
14
14
  @attributes[:path]
15
15
  end
@@ -29,7 +29,7 @@ module Files
29
29
  @attributes[:hostname]
30
30
  end
31
31
 
32
- # string - HTTP Request Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
32
+ # string - HTTP Request Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
33
33
  def path
34
34
  @attributes[:path]
35
35
  end
@@ -18,7 +18,7 @@ module Files
18
18
  @attributes[:id] = value
19
19
  end
20
20
 
21
- # string - Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
21
+ # string - Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
22
22
  def path
23
23
  @attributes[:path]
24
24
  end
@@ -18,7 +18,7 @@ module Files
18
18
  @attributes[:id] = value
19
19
  end
20
20
 
21
- # string - Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
21
+ # string - Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
22
22
  def path
23
23
  @attributes[:path]
24
24
  end
@@ -39,7 +39,7 @@ module Files
39
39
  @attributes[:operation]
40
40
  end
41
41
 
42
- # string - File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
42
+ # string - File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
43
43
  def path
44
44
  @attributes[:path]
45
45
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.102"
4
+ VERSION = "1.1.103"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.102
4
+ version: 1.1.103
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-23 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable