Module: Canql::Nodes::HesEvent::WithCondition
- Defined in:
- lib/canql/nodes/hes_event.rb
Instance Method Summary collapse
Instance Method Details
#existance_filter ⇒ Object
11 12 13 |
# File 'lib/canql/nodes/hes_event.rb', line 11 def existance_filter { Canql::EQUALS => existance_modifier.text_value.strip != 'no' } end |
#to_hes ⇒ Object
7 8 9 |
# File 'lib/canql/nodes/hes_event.rb', line 7 def to_hes { 'exists' => existance_filter } end |