Class Hash
In: lib/AWS.rb
Parent: Object

A custom implementation of Hash that allows us to access hash values using dot notation

@example Access the hash keys in the standard way or using dot notation

  foo[:bar] => "baz"
  foo.bar => "baz"

Methods

Public Instance methods

[Validate]