Sha256: 7228d5b869876dc92e01418d0a17323f8786bb28763051e96a2567218f1a2e63
Contents?: true
Size: 599 Bytes
Versions: 18
Compression:
Stored size: 599 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 :workspaces, [Workspace] attribute :email, String attribute :receives_in_app_notifications, Boolean attribute :kind, String end end end
Version data entries
18 entries across 18 versions & 1 rubygems