Module: DynamoidAdvancedWhere::Nodes::Concerns::SupportsLogicalAnd

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

Instance Method Summary collapse

Instance Method Details

#and(other_value) ⇒ Object Also known as: &



7
8
9
# File 'lib/dynamoid_advanced_where/nodes/and_node.rb', line 7

def and(other_value)
  AndNode.new(self, other_value)
end