Method: Dynamoid::Criteria::WhereConditions#keys
- Defined in:
- lib/dynamoid/criteria/where_conditions.rb
#keys ⇒ Object
22 23 24 |
# File 'lib/dynamoid/criteria/where_conditions.rb', line 22 def keys @hash_conditions.flat_map(&:keys) end |