Class: DynamoidAdvancedWhere::Nodes::IncludesNode
- Inherits:
-
OperationNode
- Object
- BaseNode
- OperationNode
- DynamoidAdvancedWhere::Nodes::IncludesNode
- Defined in:
- lib/dynamoid_advanced_where/nodes/includes.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 9 10 11 |
# File 'lib/dynamoid_advanced_where/nodes/includes.rb', line 6 def to_expression "contains( #{lh_operation.to_expression}, #{rh_operation.to_expression} )" end |