Class: Protocol::Caldav::Filter::Addressbook::PropFilter
- Inherits:
-
Struct
- Object
- Struct
- Protocol::Caldav::Filter::Addressbook::PropFilter
- 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.
-
#param_filters ⇒ Object
Returns the value of attribute param_filters.
-
#text_match ⇒ Object
Returns the value of attribute text_match.
Instance Method Summary collapse
-
#initialize(name:, is_not_defined: false, text_match: nil, param_filters: []) ⇒ PropFilter
constructor
A new instance of PropFilter.
Constructor Details
#initialize(name:, is_not_defined: false, text_match: nil, param_filters: []) ⇒ PropFilter
Returns a new instance of PropFilter.
17 18 19 |
# File 'lib/protocol/caldav/filter/addressbook.rb', line 17 def initialize(name:, is_not_defined: false, text_match: nil, param_filters: []) super end |
Instance Attribute Details
#is_not_defined ⇒ Object
Returns the value of attribute is_not_defined
16 17 18 |
# File 'lib/protocol/caldav/filter/addressbook.rb', line 16 def is_not_defined @is_not_defined end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/protocol/caldav/filter/addressbook.rb', line 16 def name @name end |
#param_filters ⇒ Object
Returns the value of attribute param_filters
16 17 18 |
# File 'lib/protocol/caldav/filter/addressbook.rb', line 16 def param_filters @param_filters end |
#text_match ⇒ Object
Returns the value of attribute text_match
16 17 18 |
# File 'lib/protocol/caldav/filter/addressbook.rb', line 16 def text_match @text_match end |