athena_health 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7881cc0588d6015a9a53c862b7f649f2122dfe59
4
- data.tar.gz: b900327914967d1cb109f20e7d50deca7cb5dc4a
3
+ metadata.gz: 0f4af10b3ec008b77bea0c37f1be57bd512568e0
4
+ data.tar.gz: 2fcd455b3e5672313174d0933c0594a069a5d30d
5
5
  SHA512:
6
- metadata.gz: 369d50e447b3f086810b43ff63c29e2c64528066053a4fba3d83e30b7797876fcc97f1c884e7227e076fe4724ddd484b36809a356f89deb763e8fcc33b7fd626
7
- data.tar.gz: cd27f1f6deb648bc09ea6bdd14734247baeed69c9f3a7b8d655c4bcad2b596c729827d942459a3ee1db300a65cd88d842d364f2e16db401d9f2b8199639d210d
6
+ metadata.gz: 703589a80b3ec5dcd218ed1d27c93717486f0aff70aadf93c0767978a3d8caf0a307c4eab5c9600703be1dad31518ef16d5070885439415b5f6803e9fbdbff39
7
+ data.tar.gz: e3e985750a0c90783b79a653a3c9b4bbbdbbcd274b4e48f0cb4a3ea7ca3a59dea539b788705a58f85668fee249805c814b634bf973e3e1fb45a9e81f523bbfcf
@@ -92,5 +92,9 @@ module AthenaHealth
92
92
  attribute :consenttotext, Boolean
93
93
  attribute :countrycode3166, String
94
94
  attribute :guarantorcountrycode3166, String
95
+
96
+ def fullname
97
+ "#{firstname} #{middlename} #{lastname}"
98
+ end
95
99
  end
96
100
  end
@@ -16,5 +16,9 @@ module AthenaHealth
16
16
  attribute :entitytype, String
17
17
  attribute :npi, Integer
18
18
  attribute :providertype, String
19
+
20
+ def fullname
21
+ "#{firstname} #{lastname}"
22
+ end
19
23
  end
20
24
  end
@@ -1,3 +1,3 @@
1
1
  module AthenaHealth
2
- VERSION = '0.8.0'.freeze
2
+ VERSION = '0.8.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: athena_health
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Urbański
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-24 00:00:00.000000000 Z
11
+ date: 2016-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus