Class: TimeTree::Label
- Defined in:
- lib/timetree/models/label.rb
Overview
Model for TimeTree color theme.
Instance Attribute Summary collapse
Attributes inherited from BaseModel
Method Summary
Methods inherited from BaseModel
#initialize, #inspect, to_model
Constructor Details
This class inherits a constructor from TimeTree::BaseModel
Instance Attribute Details
#color ⇒ String
11 12 13 |
# File 'lib/timetree/models/label.rb', line 11 def color @color end |
#name ⇒ String
9 10 11 |
# File 'lib/timetree/models/label.rb', line 9 def name @name end |