Sha256: 6d6f3f9569bdfb1c79afcdb4aa19b6da25bc1164b734a96c127d65ae498af3a3
Contents?: true
Size: 408 Bytes
Versions: 1
Compression:
Stored size: 408 Bytes
Contents
module TrackerApi module Resources class Account include Resources::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tracker_api-0.2.10 | lib/tracker_api/resources/account.rb |