Sha256: f7cdb2a39df82c16c5b040bdc259d909444e27d2f0d60bc4ff058788043dcaf8

Contents?: true

Size: 558 Bytes

Versions: 1

Compression:

Stored size: 558 Bytes

Contents

module TrackerApi
  module Resources
    class Me
      include Shared::Base

      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, [Integer]
      attribute :projects, [MembershipSummary]
      attribute :workspace_ids, [Integer]
      attribute :email, String
      attribute :receives_in_app_notifications, Boolean
      attribute :kind, String
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tracker_api-1.1.1 lib/tracker_api/resources/me.rb