class Seahorse::Model::Shapes::StructureShape
def add_member(name, shape_ref)
-
shape_ref(ShapeRef) -- -
name(Symbol) --
def add_member(name, shape_ref) name = name.to_sym @required << name if shape_ref.required @members_by_location_name[shape_ref.location_name] = [name, shape_ref] @members[name] = shape_ref end