Sha256: ee454fef03bdfc9fe85534b54d1ead76ddde2afb585282dc9353731245a5d43c

Contents?: true

Size: 617 Bytes

Versions: 1

Compression:

Stored size: 617 Bytes

Contents

module TrackerApi
  module Resources
    class Me
      include Resources::Base

      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

1 entries across 1 versions & 1 rubygems

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