Class: DynamoidAdvancedWhere::Nodes::CustomClassAttributeNode

Inherits:
FieldNode show all
Includes:
DynamoidAdvancedWhere::Nodes::Concerns::SupportsSubFields
Defined in:
lib/dynamoid_advanced_where/nodes/field_node.rb

Instance Attribute Summary

Attributes inherited from FieldNode

#attr_prefix, #field_path

Attributes inherited from BaseNode

#expression_prefix

Method Summary

Methods included from DynamoidAdvancedWhere::Nodes::Concerns::SupportsSubFields

#sub_field

Methods inherited from FieldNode

create_node, #expression_attribute_names, #expression_attribute_values, #initialize, #to_expression

Methods included from DynamoidAdvancedWhere::Nodes::Concerns::SupportsExistance

#exists?

Methods included from DynamoidAdvancedWhere::Nodes::Concerns::SupportsEquality

#eq, #not_eq

Methods inherited from BaseNode

#expression_attribute_names, #expression_attribute_values

Constructor Details

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