innologix 0.0.15 → 0.0.16

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
  SHA1:
3
- metadata.gz: d471d1502e5ddbbf230c371a3c7b4fd8c2449fe6
4
- data.tar.gz: 9b26ef40f7ff9d715b689208ecd55676683bf378
3
+ metadata.gz: 5b1191ea351be30f2aed4f72da269bd7a1517bf8
4
+ data.tar.gz: 9db9e100994f01fc5e93cc0da5430dd873b20728
5
5
  SHA512:
6
- metadata.gz: c6f69faa32dec660450e30c96b15e20a8366a7e1e778ba109694ea1677f61385a7f7b6db10791b58fe710e50c9fb2f7c7b36b4f7491057dd2597355afea9c13c
7
- data.tar.gz: 48f2a6ba6e63f8388a71751c8f51cfbd90e0dfb654018868bcaba05d6dc91b26484028afaf4f75efaf0159504867cded033f8ceb0357a7df5de335ef820ca2ac
6
+ metadata.gz: 720ceb2debfd24d5c049b22249508344bedad51ba49f695247900afae0fff936a661562f01a93a6a49a948103612f7c828d4c00a80bcfcf8780301fa2a30132f
7
+ data.tar.gz: 40722758c7973e37ab4313e5784f9a59717ff15d1e7cffbc0d10af699bda0a2583408f71a3f1bb547b7f23fb3d2a977e15e8d34588f6bd7ecd9cf1b5b249915a
@@ -43,6 +43,18 @@ module Innologix
43
43
  end
44
44
  end
45
45
 
46
+ def total
47
+ path = '/supervisors/total'
48
+ method = 'get'
49
+ options = {}
50
+ result = client.call_api(path, method, options)
51
+ if result[:error].nil?
52
+ result
53
+ else
54
+ nil
55
+ end
56
+ end
57
+
46
58
  def get(id)
47
59
  path = '/supervisors/' + id.to_s
48
60
  method = 'get'
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: innologix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram