Class: Protocol::Caldav::Filter::Addressbook::ParamFilter
- Inherits:
-
Struct
- Object
- Struct
- Protocol::Caldav::Filter::Addressbook::ParamFilter
- Defined in:
- lib/protocol/caldav/filter/addressbook.rb
Instance Attribute Summary collapse
-
#is_not_defined ⇒ Object
Returns the value of attribute is_not_defined.
-
#name ⇒ Object
Returns the value of attribute name.
-
#text_match ⇒ Object
Returns the value of attribute text_match.
Instance Method Summary collapse
-
#initialize(name:, is_not_defined: false, text_match: nil) ⇒ ParamFilter
constructor
A new instance of ParamFilter.
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_defined ⇒ Object
Returns the value of attribute is_not_defined
22 23 24 |
# File 'lib/protocol/caldav/filter/addressbook.rb', line 22 def is_not_defined @is_not_defined end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/protocol/caldav/filter/addressbook.rb', line 22 def name @name end |
#text_match ⇒ Object
Returns the value of attribute text_match
22 23 24 |
# File 'lib/protocol/caldav/filter/addressbook.rb', line 22 def text_match @text_match end |