files.com 1.0.67 → 1.0.68
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_user.md +2 -5
- data/lib/files.com/models/group_user.rb +1 -10
- 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: f1bc10c4ee7f7a4dde44f2dcf5468a4369b2eae54d5eb33eea3bb8fb85da7e92
|
|
4
|
+
data.tar.gz: a3e69711ae7ef0514fa365a3bafc3ffdec6b646128f9ab3ac2793f270a3fc61c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b123b1e3c76388294b474f5948f719d0effc7556c8611bdcfbb8f172aa5638c4053b4ad98bce36b1888205b40fb1594e8d84098affbbb5e2409cee42cd7030f9
|
|
7
|
+
data.tar.gz: 35ea82953c0f3e540c0a4fc9043c34e7a188f8a941050e091a1885d64c2ad922edced2364ea3256029e3ed0e49abb75258ccab48ed4b126ba341de5d0efa95e2
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.68
|
data/docs/group_user.md
CHANGED
|
@@ -10,9 +10,7 @@
|
|
|
10
10
|
"admin": true,
|
|
11
11
|
"usernames": [
|
|
12
12
|
|
|
13
|
-
]
|
|
14
|
-
"name": "",
|
|
15
|
-
"id": ""
|
|
13
|
+
]
|
|
16
14
|
}
|
|
17
15
|
```
|
|
18
16
|
|
|
@@ -21,8 +19,7 @@
|
|
|
21
19
|
* `user_id` (int64): User ID
|
|
22
20
|
* `admin` (boolean): Is this user an administrator of this group?
|
|
23
21
|
* `usernames` (array): A list of usernames for users in this group
|
|
24
|
-
* `
|
|
25
|
-
* `id` (string):
|
|
22
|
+
* `id` (int64): Group User ID.
|
|
26
23
|
|
|
27
24
|
|
|
28
25
|
---
|
|
@@ -54,16 +54,7 @@ module Files
|
|
|
54
54
|
@attributes[:usernames] = value
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
-
#
|
|
58
|
-
def name
|
|
59
|
-
@attributes[:name]
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
def name=(value)
|
|
63
|
-
@attributes[:name] = value
|
|
64
|
-
end
|
|
65
|
-
|
|
66
|
-
# string
|
|
57
|
+
# int64 - Group User ID.
|
|
67
58
|
def id
|
|
68
59
|
@attributes[:id]
|
|
69
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.68
|
|
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-06-
|
|
11
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|