Sha256: 336869b4759e01b2a97a90cb03ab9e6a2080d121976c65c2cfe083b0574d16c3

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

module AthenaHealth
  class Practice
    include Virtus.model

    attribute :hascommunicator,       Boolean
    attribute :iscoordinatorsender,   Boolean
    attribute :iscoordinatorreceiver, Boolean
    attribute :hasclinicals,          Boolean
    attribute :name,                  String
    attribute :hascollector,          Boolean
    attribute :publicnames,           Array
    attribute :practiceid,            Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
athena_health-0.1.0 lib/athena_health/practice.rb