lib/athena_health/provider.rb in athena_health-0.8.0 vs lib/athena_health/provider.rb in athena_health-0.8.1
- old
+ new
@@ -14,7 +14,11 @@
attribute :ansispecialtycode, String
attribute :hideinportal, Boolean
attribute :entitytype, String
attribute :npi, Integer
attribute :providertype, String
+
+ def fullname
+ "#{firstname} #{lastname}"
+ end
end
end