Class: Protocol::Caldav::Filter::Addressbook::ParamFilter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name:, is_not_defined: false, text_match: nil) ⇒ ParamFilter

Returns a new instance of ParamFilter.



23
24
25
# File 'lib/protocol/caldav/filter/addressbook.rb', line 23

def initialize(name:, is_not_defined: false, text_match: nil)
  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



22
23
24
# File 'lib/protocol/caldav/filter/addressbook.rb', line 22

def is_not_defined
  @is_not_defined
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/protocol/caldav/filter/addressbook.rb', line 22

def name
  @name
end

#text_matchObject

Returns the value of attribute text_match

Returns:

  • (Object)

    the current value of text_match



22
23
24
# File 'lib/protocol/caldav/filter/addressbook.rb', line 22

def text_match
  @text_match
end