Sha256: e0d0a61958cf7087a939e8f16c6b6ec95276d54144c058ac6b7257e446caf9c1
Contents?: true
Size: 467 Bytes
Versions: 38
Compression:
Stored size: 467 Bytes
Contents
module AthenaHealth class Order < BaseModel attribute :status, String attribute :description, String attribute :ordertype, String attribute :documentid, Integer attribute :documents, Array attribute :documentationonly, Boolean attribute :classdescription, String attribute :orderingprovider, String attribute :assigneduser, String attribute :dateordered, String end end
Version data entries
38 entries across 38 versions & 1 rubygems