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.



8
9
10
# File 'lib/protocol/caldav/filter/addressbook.rb', line 8

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



7
8
9
# File 'lib/protocol/caldav/filter/addressbook.rb', line 7

def prop_filters
  @prop_filters
end

#testObject

Returns the value of attribute test

Returns:

  • (Object)

    the current value of test



7
8
9
# File 'lib/protocol/caldav/filter/addressbook.rb', line 7

def test
  @test
end