Class: Protocol::Caldav::Filter::Calendar::TimeRange

Inherits:
Struct
  • Object
show all
Defined in:
lib/protocol/caldav/filter/calendar.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



34
35
36
# File 'lib/protocol/caldav/filter/calendar.rb', line 34

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



34
35
36
# File 'lib/protocol/caldav/filter/calendar.rb', line 34

def start_time
  @start_time
end