Sha256: 9fe0721bc3bbadb9515a3d4cabe381e292b961547d0efd88d886fee033d30189
Contents?: true
Size: 612 Bytes
Versions: 2
Compression:
Stored size: 612 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, Shared::Collection[Integer] attribute :projects, Shared::Collection[MembershipSummary] attribute :workspace_ids, Shared::Collection[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-1.1.0 | lib/tracker_api/resources/me.rb |
tracker_api-1.0.0 | lib/tracker_api/resources/me.rb |