class Seahorse::Model::Shapes::Shape

def [](key)

Gets metadata for the given `key`.
def [](key)
  @metadata[key.to_s]
end