class Teamweek::Api::Project

Attributes

color[RW]
foreign_id[RW]
id[RW]
name[RW]

Public Instance Methods

to_hash() click to toggle source
# File lib/teamweek/api/project.rb, line 11
def to_hash
  {
    id: id,
    name: name,
    color: color
  }
end