Class | AWS::IndifferentHash |
In: |
lib/aws/indifferent_hash.rb
|
Parent: | Hash |
A utility class to provide indifferent access to hash data.
Inspired by ActiveSupport‘s HashWithIndifferentAccess, this class has a few notable differences:
These features were omitted because our primary use for this class is to wrap a 1-level hash as a return value, but we want the user to access the values with string or symbol keys.
@private
[] | -> | _getter |
_setter | -> | : |