Class: Amanzi::SLD::BooleanFilterBuilder

Inherits:
FilterBuilder show all
Defined in:
lib/amanzi/sld.rb

Instance Attribute Summary

Attributes inherited from ElementWrapper

#element

Instance Method Summary collapse

Methods inherited from FilterBuilder

#geometry=, #op, #property

Methods inherited from ElementWrapper

#method_missing

Methods included from Logger

#puts

Constructor Details

#initialize(filter, op) ⇒ BooleanFilterBuilder

Returns a new instance of BooleanFilterBuilder.



217
218
219
# File 'lib/amanzi/sld.rb', line 217

def initialize(filter,op)
  super(filter.send(op))
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Amanzi::SLD::ElementWrapper