files.com 1.0.102 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c04971f6d00a131b02f05177190f6ecd61e1e78a85cff414c3a6f1bab9fc1642
4
- data.tar.gz: 81edb2e009ebb9ac34454491ae49661951e2ba430043977b4eff5cf1cd27823a
3
+ metadata.gz: 7f919d05ae57ba64da53d365f1113ae7201112f868d1efc2b589441aef6ab641
4
+ data.tar.gz: c8ba72453ec961faac523f28353a2a740502c7e68204e5e36a53012bdb671520
5
5
  SHA512:
6
- metadata.gz: 710b6f10d4ea051a4bfde7be422019d535ee49700fc0816d3f49d5c5a7dc54d579169462ca3eb01bb3819f815d66569815f36284212c27044be9d4f55bae4b09
7
- data.tar.gz: 75eb37ba02f5e83e2d9d6ee690ce1b70c8e02c527533caf9ad12bd3e908ea913ffdc8c522cda4268b041820c20b0abbd46ea02af5e1cb81fe2f37a2e76a4043d
6
+ metadata.gz: 4caf847e2199a84755cf407af3baaaed160378d7c2b0024a0b0f1b87610c835cc16f015be5b700dc08cd55a1bd72b0c548116ba8bcb485b0cb4b8fa76bd6db43
7
+ data.tar.gz: dc807e6052c1b8dacbbea536de7bff4ac1f2e4dc6768e6dc5f40cdf90f1e034b3d56c90ff983e3a0a06228f8bc3201d55e573f49b04d2381474b81f480e6f177
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.102
1
+ 1.0.103
@@ -4,12 +4,14 @@
4
4
 
5
5
  ```
6
6
  {
7
+ "id": 1,
7
8
  "name": "John Doe",
8
9
  "email": "john.doe@files.com",
9
10
  "details": "Changed Departments"
10
11
  }
11
12
  ```
12
13
 
14
+ * `id` (int64): ID
13
15
  * `name` (string): User's full name
14
16
  * `email` (email): User email address
15
17
  * `details` (string): Details of the user's request
@@ -9,6 +9,15 @@ module Files
9
9
  @options = options || {}
10
10
  end
11
11
 
12
+ # int64 - ID
13
+ def id
14
+ @attributes[:id]
15
+ end
16
+
17
+ def id=(value)
18
+ @attributes[:id] = value
19
+ end
20
+
12
21
  # string - User's full name
13
22
  def name
14
23
  @attributes[:name]
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.102
4
+ version: 1.0.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: 2020-08-03 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable