Class: TimeSlotMapper

Inherits:
Object
  • Object
show all
Includes:
XmlSchemaMapper
Defined in:
app/mappers/time_slot_mapper.rb

Overview

Note:

Простое описание временного блока, который регистрируется для посещения в УЭО

Instance Attribute Summary collapse

Instance Attribute Details

#selected_dateDate

Выбранная дата minOccurs: 1, maxOccurs: 1

Returns:

  • (Date)


12
13
14
# File 'app/mappers/time_slot_mapper.rb', line 12

def selected_date
  @selected_date
end

#selected_timeTIME

Выбранное время minOccurs: 1, maxOccurs: 1

Returns:

  • (TIME)


16
17
18
# File 'app/mappers/time_slot_mapper.rb', line 16

def selected_time
  @selected_time
end