Sha256: ed6c805eb52b5a0f10d21c5c63d1ad9c5f60dda5af23963afd8585507711ab18

Contents?: true

Size: 406 Bytes

Versions: 2

Compression:

Stored size: 406 Bytes

Contents

module TrackerApi
  module Resources
    class Account
      include Shared::HasId

      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

2 entries across 2 versions & 1 rubygems

Version Path
tracker_api-0.2.12 lib/tracker_api/resources/account.rb
tracker_api-0.2.11 lib/tracker_api/resources/account.rb