class Seahorse::Model::Shapes::ShapeRef

def location

Returns:
  • (String, nil) -
def location
  @location || (shape && shape[:location])
end