files.com 1.0.173 → 1.0.174

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef08c835d3ae30955deafc9f9480c8e32bde64ee26f8eb359ada35cd1415c564
4
- data.tar.gz: d05e7b7d86932f0f25ca95e3653750850bdcc41bef7f06687fdedcb63fa06f11
3
+ metadata.gz: e4f59a6db51668fd2dad5f8c22006f1d4292f3a47cd21fa6b9fb470e09a515ca
4
+ data.tar.gz: 06f33b6b11e6ad380d3ba1bb166b7916fe521516f1193175a3bc5241b6466d74
5
5
  SHA512:
6
- metadata.gz: 1587aa5e54424c243c5d7980f4021a11d477f3033904614a8734516e3d96d050060422acc6bb4e38b0fdf1760301e7c6cea4e8b92991ace92dbaaa7548d8da23
7
- data.tar.gz: d2ce1a5a03fa14a765e2f707b4a13768684acea7354d1fedec73583002663004143b6840e16589f28b1b5329cb51c0d0ceb4d0763ea41ea386c91c40255a9bc3
6
+ metadata.gz: 6fa87969e3dc39c441e50509919f33d6243120d9a47d21dcca46cecf936efbd40fc8e1c79bf479dfdf36f0d3439ce4106b3dfa5d9819b2e33a8ae11dcf93bd24
7
+ data.tar.gz: d627a8e43bde200fa0fd985ebeb636d878ed274eb9a05be3f6da7ec50c54a08d3942f048917089670e361eb9d2969d53ee948f6ef6b64cb05ab05d87b3db4db9
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.173
1
+ 1.0.174
@@ -8,7 +8,8 @@
8
8
  "event_type": "",
9
9
  "status": "",
10
10
  "body": "",
11
- "created_at": "2000-01-01T01:00:00Z"
11
+ "created_at": "2000-01-01T01:00:00Z",
12
+ "body_url": ""
12
13
  }
13
14
  ```
14
15
 
@@ -17,6 +18,7 @@
17
18
  * `status` (string): Status of event.
18
19
  * `body` (string): Event body
19
20
  * `created_at` (date-time): External event create date/time
21
+ * `body_url` (string): Link to log file.
20
22
 
21
23
 
22
24
  ---
@@ -34,6 +34,11 @@ module Files
34
34
  @attributes[:created_at]
35
35
  end
36
36
 
37
+ # string - Link to log file.
38
+ def body_url
39
+ @attributes[:body_url]
40
+ end
41
+
37
42
  # Parameters:
38
43
  # cursor - string - Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
39
44
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
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.0.173
4
+ version: 1.0.174
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-28 00:00:00.000000000 Z
11
+ date: 2021-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable