Class: DailyFocus::WorkDayIndicator::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/daily_focus/work_day_indicator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#css_classObject (readonly)

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



9
10
11
# File 'app/services/daily_focus/work_day_indicator.rb', line 9

def css_class
  @css_class
end

#icon_classObject (readonly)

Returns the value of attribute icon_class

Returns:

  • (Object)

    the current value of icon_class



9
10
11
# File 'app/services/daily_focus/work_day_indicator.rb', line 9

def icon_class
  @icon_class
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'app/services/daily_focus/work_day_indicator.rb', line 9

def label
  @label
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'app/services/daily_focus/work_day_indicator.rb', line 9

def title
  @title
end