lib/athena_health/practice.rb in athena_health-0.1.0 vs lib/athena_health/practice.rb in athena_health-0.2.0
- old
+ new
@@ -1,8 +1,6 @@
module AthenaHealth
- class Practice
- include Virtus.model
-
+ class Practice < BaseModel
attribute :hascommunicator, Boolean
attribute :iscoordinatorsender, Boolean
attribute :iscoordinatorreceiver, Boolean
attribute :hasclinicals, Boolean
attribute :name, String