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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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_filtersObject

Returns the value of attribute prop_filters

Returns:

  • (Object)

    the current value of prop_filters



10
11
12
# File 'lib/protocol/caldav/filter/addressbook.rb', line 10

def prop_filters
  @prop_filters
end

#testObject

Returns the value of attribute test

Returns:

  • (Object)

    the current value of test



10
11
12
# File 'lib/protocol/caldav/filter/addressbook.rb', line 10

def test
  @test
end