witei_web_api 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/witei_web_api/office_user.rb +2 -2
- data/lib/witei_web_api/version.rb +1 -1
- 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: ae1cf6d41314a4292c76af6b862b363ec82c0a199e38d92c91d029d82ad6498d
|
4
|
+
data.tar.gz: adc9dd44fbe06ef8288138652f9fad67c35c852f07f5ce275bb34273a3164425
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3e98d5dba9b0a462183b583f8df99a20f193312b09e2a8cba6fd21c93c529b32f494de71758c7c526832a3626514533ff3c65afa8a9969f72a5ea5b5f751e70
|
7
|
+
data.tar.gz: 28580abfc958f40a17816e9c0f776029298fc1480fa5f6474a3a1121102788ebb5ad58b3255e0c6cb700b77b936ef739c7e78eaf35a4013245bbdeea38d1aaf4
|
@@ -4,7 +4,7 @@ class WiteiWebApi::OfficeUser < WiteiWebApi::Base
|
|
4
4
|
def self.find(id)
|
5
5
|
page = get("/pro/agencies/account_management/agency/user_update/#{id}/")
|
6
6
|
|
7
|
-
form = page.forms_with(css: '
|
7
|
+
form = page.forms_with(css: '#user_form').first
|
8
8
|
|
9
9
|
office_user = new
|
10
10
|
office_user.assign_attributes(
|
@@ -15,4 +15,4 @@ class WiteiWebApi::OfficeUser < WiteiWebApi::Base
|
|
15
15
|
)
|
16
16
|
office_user
|
17
17
|
end
|
18
|
-
end
|
18
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: witei_web_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Polushkin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|