Sha256: 76e9b722630f2d37ce5d4ae9b54b1139d19b3d925af78c6a4812f584fff9f551
Contents?: true
Size: 643 Bytes
Versions: 19
Compression:
Stored size: 643 Bytes
Contents
module TrackerApi module Resources class Me include Virtus.model 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
19 entries across 19 versions & 2 rubygems