class Teamweek::Api::User
Attributes
active[RW]
color[RW]
dummy[RW]
email[RW]
foreign_id[RW]
id[RW]
initials[RW]
name[RW]
Public Instance Methods
to_hash()
click to toggle source
# File lib/teamweek/api/user.rb, line 14 def to_hash { id: id, name: name, email: email, dummy: dummy, initials: initials, color: color, active: active } end