Sha256: 5fb120036a5950bf1bad7016a5e2dd8608f9f0432002eb65d32ec0b1c85a8dc4
Contents?: true
Size: 434 Bytes
Versions: 27
Compression:
Stored size: 434 Bytes
Contents
module TrackerApi module Resources class Account include Virtus.model attribute :id, Integer attribute :created_at, DateTime attribute :status, String attribute :kind, String attribute :name, String attribute :updated_at, DateTime attribute :url, String attribute :plan, String attribute :days_left, Integer attribute :over_the_limit, Boolean end end end
Version data entries
27 entries across 27 versions & 2 rubygems