Class: Protocol::Caldav::Filter::Calendar::CompFilter
- Inherits:
-
Struct
- Object
- Struct
- Protocol::Caldav::Filter::Calendar::CompFilter
- Defined in:
- lib/protocol/caldav/filter/calendar.rb
Instance Attribute Summary collapse
-
#comp_filters ⇒ Object
Returns the value of attribute comp_filters.
-
#is_not_defined ⇒ Object
Returns the value of attribute is_not_defined.
-
#name ⇒ Object
Returns the value of attribute name.
-
#prop_filters ⇒ Object
Returns the value of attribute prop_filters.
-
#time_range ⇒ Object
Returns the value of attribute time_range.
Instance Method Summary collapse
-
#initialize(name:, is_not_defined: false, time_range: nil, prop_filters: [], comp_filters: []) ⇒ CompFilter
constructor
A new instance of CompFilter.
Constructor Details
#initialize(name:, is_not_defined: false, time_range: nil, prop_filters: [], comp_filters: []) ⇒ CompFilter
Returns a new instance of CompFilter.
11 12 13 |
# File 'lib/protocol/caldav/filter/calendar.rb', line 11 def initialize(name:, is_not_defined: false, time_range: nil, prop_filters: [], comp_filters: []) super end |
Instance Attribute Details
#comp_filters ⇒ Object
Returns the value of attribute comp_filters
10 11 12 |
# File 'lib/protocol/caldav/filter/calendar.rb', line 10 def comp_filters @comp_filters end |
#is_not_defined ⇒ Object
Returns the value of attribute is_not_defined
10 11 12 |
# File 'lib/protocol/caldav/filter/calendar.rb', line 10 def is_not_defined @is_not_defined end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/protocol/caldav/filter/calendar.rb', line 10 def name @name end |
#prop_filters ⇒ Object
Returns the value of attribute prop_filters
10 11 12 |
# File 'lib/protocol/caldav/filter/calendar.rb', line 10 def prop_filters @prop_filters end |
#time_range ⇒ Object
Returns the value of attribute time_range
10 11 12 |
# File 'lib/protocol/caldav/filter/calendar.rb', line 10 def time_range @time_range end |