Module: DynamoidAdvancedWhere::Nodes::Concerns::SupportsLogicalOr

Included in:
ExistsNode, NotNode, OperationNode
Defined in:
lib/dynamoid_advanced_where/nodes/or_node.rb

Instance Method Summary collapse

Instance Method Details

#or(other_value) ⇒ Object Also known as: |



36
37
38
# File 'lib/dynamoid_advanced_where/nodes/or_node.rb', line 36

def or(other_value)
  OrNode.new(self, other_value)
end