Class: Teems::Commands::WhoSchedule::ScheduleContext

Inherits:
Data
  • Object
show all
Defined in:
lib/teems/commands/who.rb

Overview

Bundles schedule display parameters including availability view

Instance Attribute Summary collapse

Instance Attribute Details

#tz_abbrevObject (readonly)

Returns the value of attribute tz_abbrev

Returns:

  • (Object)

    the current value of tz_abbrev



16
17
18
# File 'lib/teems/commands/who.rb', line 16

def tz_abbrev
  @tz_abbrev
end

#viewObject (readonly)

Returns the value of attribute view

Returns:

  • (Object)

    the current value of view



16
17
18
# File 'lib/teems/commands/who.rb', line 16

def view
  @view
end

#work_startObject (readonly)

Returns the value of attribute work_start

Returns:

  • (Object)

    the current value of work_start



16
17
18
# File 'lib/teems/commands/who.rb', line 16

def work_start
  @work_start
end