Sha256: bf6a469ca21fa5c6ec7708dead86957c784352097a43903d5a15e46e1f5ba6ed

Contents?: true

Size: 182 Bytes

Versions: 79

Compression:

Stored size: 182 Bytes

Contents

module AthenaHealth
  class BaseCollection
    include Virtus.model

    attribute :totalcount, Integer
    attribute :next,       String
    attribute :previous,   String
  end
end

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
athena_health-1.0.12 lib/athena_health/base_collection.rb
athena_health-1.0.11 lib/athena_health/base_collection.rb
athena_health-1.0.10 lib/athena_health/base_collection.rb
athena_health-1.0.9 lib/athena_health/base_collection.rb
athena_health-1.0.8 lib/athena_health/base_collection.rb
athena_health-1.0.7 lib/athena_health/base_collection.rb
athena_health-1.0.6 lib/athena_health/base_collection.rb
athena_health-1.0.5 lib/athena_health/base_collection.rb
athena_health-1.0.4 lib/athena_health/base_collection.rb
athena_health-1.0.3 lib/athena_health/base_collection.rb
athena_health-1.0.2 lib/athena_health/base_collection.rb
athena_health-1.0.1 lib/athena_health/base_collection.rb
athena_health-1.0.0 lib/athena_health/base_collection.rb
athena_health-0.9.9 lib/athena_health/base_collection.rb
athena_health-0.9.8 lib/athena_health/base_collection.rb
athena_health-0.9.7 lib/athena_health/base_collection.rb
athena_health-0.9.6 lib/athena_health/base_collection.rb
athena_health-0.9.5 lib/athena_health/base_collection.rb
athena_health-0.9.4 lib/athena_health/base_collection.rb
athena_health-0.9.3 lib/athena_health/base_collection.rb