Sha256: 66a193c50487e9779158c08895128a81d1794b1135219a94bcdab409c7cb9d31

Contents?: true

Size: 569 Bytes

Versions: 2

Compression:

Stored size: 569 Bytes

Contents

module TrackerApi
  module Resources
    class Me
      include Shared::HasId

      attribute :name, String
      attribute :initials, String
      attribute :username, String
      attribute :time_zone, TimeZone
      attribute :api_token, String
      attribute :has_google_identity, Boolean
      attribute :project_ids, Array[Integer]
      attribute :projects, [MembershipSummary]
      attribute :workspace_ids, Array[Integer]
      attribute :email, String
      attribute :receives_in_app_notifications, Boolean
      attribute :kind, String
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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