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