class Seahorse::Model::ShapeMap
def shape(shape_ref)
-
(ArgumentError)- Raised when the given shape ref can not be
Returns:
-
(Shapes::Shape)-
Options Hash:
(**shape_ref)-
'shape'(required, String) --
Parameters:
-
shape_ref(Hash) --
def shape(shape_ref) @shapes[shape_ref] ||= build_shape(shape_ref) end