Class: DailyFocus::WorkDayIndicator::Result
- Inherits:
-
Data
- Object
- Data
- DailyFocus::WorkDayIndicator::Result
- Defined in:
- app/services/daily_focus/work_day_indicator.rb
Instance Attribute Summary collapse
-
#css_class ⇒ Object
readonly
Returns the value of attribute css_class.
-
#icon_class ⇒ Object
readonly
Returns the value of attribute icon_class.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#css_class ⇒ Object (readonly)
Returns the value of attribute css_class
9 10 11 |
# File 'app/services/daily_focus/work_day_indicator.rb', line 9 def css_class @css_class end |
#icon_class ⇒ Object (readonly)
Returns the value of attribute icon_class
9 10 11 |
# File 'app/services/daily_focus/work_day_indicator.rb', line 9 def icon_class @icon_class end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'app/services/daily_focus/work_day_indicator.rb', line 9 def label @label end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'app/services/daily_focus/work_day_indicator.rb', line 9 def title @title end |