getBodies method

List<Body> getBodies()

Implementation

List<Body> getBodies() {
  return _bodies;
}