Sha256: bf710241f8688fc6699f7d2f681d04e73017117b6dd2d1ce52d6ac3aeb65f56c
Contents?: true
Size: 405 Bytes
Versions: 21
Compression:
Stored size: 405 Bytes
Contents
module TrackerApi module Resources class Account include Shared::Base 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
21 entries across 21 versions & 1 rubygems