Class: UU::DigitalWorkspace::Calendar::CalendarBusyTimeAttributes

Inherits:
OS::REST::PagingCriteria show all
Defined in:
uu_digitalworkspace-0.27.16/lib/uu/digital_workspace/calendar/calendar_busy_time_attributes.rb

Overview

See Also:

Instance Attribute Summary (collapse)

Attributes inherited from OS::REST::PagingCriteria

#page_index, #page_size

Method Summary

Methods inherited from OS::REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO

Instance Attribute Details

- (Object) date_end

End date until which the time block blocks the time in the user's calendar according to the specified interval in the commands input.



18
19
20
# File 'uu_digitalworkspace-0.27.16/lib/uu/digital_workspace/calendar/calendar_busy_time_attributes.rb', line 18

def date_end
  @date_end
end

- (Object) date_start

Start date from which the time block blocks the time in the user's calendar according to the specified interval in the commands input.



14
15
16
# File 'uu_digitalworkspace-0.27.16/lib/uu/digital_workspace/calendar/calendar_busy_time_attributes.rb', line 14

def date_start
  @date_start
end