Method: AWS::DynamoDB::AttributeCollection#each_value
- Defined in:
- lib/aws/dynamo_db/attribute_collection.rb
#each_value(options = {}) {|value| ... } ⇒ Object
102 103 104 |
# File 'lib/aws/dynamo_db/attribute_collection.rb', line 102 def each_value( = {}) each() { |k, v| yield(v) if block_given? } end |