Class: Protocol::Caldav::Filter::Calendar::PropFilter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name:, is_not_defined: false, time_range: nil, text_match: nil, param_filters: []) ⇒ PropFilter

Returns a new instance of PropFilter.



17
18
19
# File 'lib/protocol/caldav/filter/calendar.rb', line 17

def initialize(name:, is_not_defined: false, time_range: nil, text_match: nil, param_filters: [])
  super
end

Instance Attribute Details

#is_not_definedObject

Returns the value of attribute is_not_defined

Returns:

  • (Object)

    the current value of is_not_defined



16
17
18
# File 'lib/protocol/caldav/filter/calendar.rb', line 16

def is_not_defined
  @is_not_defined
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/protocol/caldav/filter/calendar.rb', line 16

def name
  @name
end

#param_filtersObject

Returns the value of attribute param_filters

Returns:

  • (Object)

    the current value of param_filters



16
17
18
# File 'lib/protocol/caldav/filter/calendar.rb', line 16

def param_filters
  @param_filters
end

#text_matchObject

Returns the value of attribute text_match

Returns:

  • (Object)

    the current value of text_match



16
17
18
# File 'lib/protocol/caldav/filter/calendar.rb', line 16

def text_match
  @text_match
end

#time_rangeObject

Returns the value of attribute time_range

Returns:

  • (Object)

    the current value of time_range



16
17
18
# File 'lib/protocol/caldav/filter/calendar.rb', line 16

def time_range
  @time_range
end