Sha256: d7604daa6d328cf6de0f386e95d05e9135e37a1158167e1bc1c78f16aad07237

Contents?: true

Size: 668 Bytes

Versions: 5

Compression:

Stored size: 668 Bytes

Contents

module TrackerApi
  module Resources
    class Me
      include Virtus.model

      attribute :client

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tracker_api-0.2.6 lib/tracker_api/resources/me.rb
tracker_api-0.2.5 lib/tracker_api/resources/me.rb
tracker_api-0.2.4 lib/tracker_api/resources/me.rb
tracker_api-0.2.3 lib/tracker_api/resources/me.rb
tracker_api-0.2.2 lib/tracker_api/resources/me.rb