Class: Teems::Commands::WhoSchedule::ScheduleContext
- Inherits:
-
Data
- Object
- Data
- Teems::Commands::WhoSchedule::ScheduleContext
- Defined in:
- lib/teems/commands/who.rb
Overview
Bundles schedule display parameters including availability view
Instance Attribute Summary collapse
-
#tz_abbrev ⇒ Object
readonly
Returns the value of attribute tz_abbrev.
-
#view ⇒ Object
readonly
Returns the value of attribute view.
-
#work_start ⇒ Object
readonly
Returns the value of attribute work_start.
Instance Attribute Details
#tz_abbrev ⇒ Object (readonly)
Returns the value of attribute tz_abbrev
16 17 18 |
# File 'lib/teems/commands/who.rb', line 16 def tz_abbrev @tz_abbrev end |
#view ⇒ Object (readonly)
Returns the value of attribute view
16 17 18 |
# File 'lib/teems/commands/who.rb', line 16 def view @view end |
#work_start ⇒ Object (readonly)
Returns the value of attribute work_start
16 17 18 |
# File 'lib/teems/commands/who.rb', line 16 def work_start @work_start end |