Class: Protocol::Caldav::Filter::Calendar::TimeRange
- Inherits:
-
Struct
- Object
- Struct
- Protocol::Caldav::Filter::Calendar::TimeRange
- Defined in:
- lib/protocol/caldav/filter/calendar.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time
34 35 36 |
# File 'lib/protocol/caldav/filter/calendar.rb', line 34 def end_time @end_time end |
#start_time ⇒ Object
Returns the value of attribute start_time
34 35 36 |
# File 'lib/protocol/caldav/filter/calendar.rb', line 34 def start_time @start_time end |