Class: DynamoidAdvancedWhere::Nodes::InNode
- Inherits:
-
OperationNode
- Object
- BaseNode
- OperationNode
- DynamoidAdvancedWhere::Nodes::InNode
- Defined in:
- lib/dynamoid_advanced_where/nodes/in_node.rb
Instance Attribute Summary
Attributes inherited from OperationNode
Attributes inherited from BaseNode
Instance Method Summary collapse
Methods inherited from OperationNode
#expression_attribute_names, #expression_attribute_values, #initialize
Methods included from Concerns::SupportsLogicalOr
Methods included from Concerns::SupportsLogicalAnd
Methods included from Concerns::Negatable
Methods inherited from BaseNode
#expression_attribute_names, #expression_attribute_values
Constructor Details
This class inherits a constructor from DynamoidAdvancedWhere::Nodes::OperationNode
Instance Method Details
#to_expression ⇒ Object
6 7 8 |
# File 'lib/dynamoid_advanced_where/nodes/in_node.rb', line 6 def to_expression "#{lh_operation.to_expression} IN #{rh_operation.to_expression}" end |