Class: DynamoidAdvancedWhere::Nodes::LessThanNode

Inherits:
OperationNode show all
Defined in:
lib/dynamoid_advanced_where/nodes/less_than_node.rb

Instance Attribute Summary

Attributes inherited from OperationNode

#lh_operation, #rh_operation

Attributes inherited from BaseNode

#expression_prefix

Method Summary

Methods inherited from OperationNode

#expression_attribute_names, #expression_attribute_values, #initialize, #to_expression

Methods included from Concerns::SupportsLogicalOr

#or

Methods included from Concerns::SupportsLogicalAnd

#and

Methods included from Concerns::Negatable

#negate

Methods inherited from BaseNode

#expression_attribute_names, #expression_attribute_values

Constructor Details

This class inherits a constructor from DynamoidAdvancedWhere::Nodes::OperationNode