medicapi 0.1.2 → 0.1.3

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: 3bae1d1a5ef57ecff4c748c0907272ff4e022a4df59710c0630886e2a929ee6f
4
- data.tar.gz: 26e3453490065d1eeef5da742c40686abb8a7aac0b1e188fa0ea4d76d32f21b5
3
+ metadata.gz: 680c1a0f0ada73d58037c11f83009f7c56857defead4a68f323f50612378cfcf
4
+ data.tar.gz: a8a917021c9566ec761e9d9a207422dcd40821edd5f445cbac0b86a82b6f5cd4
5
5
  SHA512:
6
- metadata.gz: 01b58068e99efafb7acae7b3f38b7065fbcbddfcdc5fca88c0120db563a239924ffc35f53f63bb273cd2267a7e15cf9510660eb0f70bd1fc3c737acf6a49e01d
7
- data.tar.gz: ce0648e248e629ff6e0b2b101d050c8d41b5b25ac749fba539ee2544bc2ea061d3b6f097a35caeffa5b05b27f0c72833d06ec979dd8b3c5d6dd03978b4d1448c
6
+ metadata.gz: 4725bf007060988856c27c8a6a1c7ff4f2656979ea164815c7090e7446f50eba1f2684f026a25e7fa6587bbd073ffd29f3ef89bc236d9b5f0307ff0c145a3bcb
7
+ data.tar.gz: b63d1c686c185161254d2896ea0304a0393a66ff423083e9d1dcb37c15d7d6cbb3b5e743f05d1c887c629593fc7f3dae0959d4d6fd8f2f7be3b1f4afd4ce90c5
@@ -19,7 +19,7 @@ module Medicapi
19
19
  end
20
20
  end
21
21
  class Diagnosis
22
- attr_reader :id, :name, :accuracy
22
+ attr_reader :id, :name, :accuracy, :profname, :ranking
23
23
  def initialize(input_options)
24
24
  @id = input_options["Issue"]["ID"].to_i
25
25
  @name = input_options["Issue"]["Name"]
@@ -1,3 +1,3 @@
1
1
  module Medicapi
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: medicapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kevorourke
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-16 00:00:00.000000000 Z
11
+ date: 2018-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler