files.com 1.0.9 → 1.0.10
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 +4 -4
- data/_VERSION +1 -1
- data/docs/group.md +3 -3
- data/lib/files.com/models/group.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2636ecaa2394e568331cd8d6c91aa260dda9cf8db7cc3caa9dca307c7a9da69a
|
|
4
|
+
data.tar.gz: 99482fbf2eec263919653c2dc6f9c58964a9e0ca68846936b8a2edb95f77bda9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64f0cc610a6aa59afe74cd8103c1879dafee4e93cd73a596dda09f58aca63a68a70cbbf0d7547400e6cadd993b8f6fa542e6ba97a3e436ae545b557caf8c8a54
|
|
7
|
+
data.tar.gz: 5792a0e7240830c4efd2d42366974fb3ff6e39f0541766c5a49154915c4fe91eadf28788c560b9252f3e085bb0eff3113b731be4d91ae843c08973ad78d115c7
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.10
|
data/docs/group.md
CHANGED
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
* `id` (int64): Group ID
|
|
23
|
-
* `admin_ids` (array): List of user IDs who are group administrators
|
|
23
|
+
* `admin_ids` (array): List of user IDs who are group administrators (separated by commas)
|
|
24
24
|
* `name` (string): Group name
|
|
25
25
|
* `notes` (string): Notes about this group
|
|
26
|
-
* `user_ids` (array): List of user IDs who belong to this group
|
|
27
|
-
* `usernames` (array): List of usernames who belong to this group
|
|
26
|
+
* `user_ids` (array): List of user IDs who belong to this group (separated by commas)
|
|
27
|
+
* `usernames` (array): List of usernames who belong to this group (separated by commas)
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
---
|
|
@@ -18,7 +18,7 @@ module Files
|
|
|
18
18
|
@attributes[:id] = value
|
|
19
19
|
end
|
|
20
20
|
|
|
21
|
-
# array - List of user IDs who are group administrators
|
|
21
|
+
# array - List of user IDs who are group administrators (separated by commas)
|
|
22
22
|
def admin_ids
|
|
23
23
|
@attributes[:admin_ids]
|
|
24
24
|
end
|
|
@@ -45,7 +45,7 @@ module Files
|
|
|
45
45
|
@attributes[:notes] = value
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
# array - List of user IDs who belong to this group
|
|
48
|
+
# array - List of user IDs who belong to this group (separated by commas)
|
|
49
49
|
def user_ids
|
|
50
50
|
@attributes[:user_ids]
|
|
51
51
|
end
|
|
@@ -54,7 +54,7 @@ module Files
|
|
|
54
54
|
@attributes[:user_ids] = value
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
-
# array - List of usernames who belong to this group
|
|
57
|
+
# array - List of usernames who belong to this group (separated by commas)
|
|
58
58
|
def usernames
|
|
59
59
|
@attributes[:usernames]
|
|
60
60
|
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.0.
|
|
4
|
+
version: 1.0.10
|
|
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-01-
|
|
11
|
+
date: 2020-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|