fromRobot static method

GenericServiceClient fromRobot(
  1. RobotClient robot,
  2. String name
)

Get the GenericServiceClient named name from the provided robot.

Implementation

static GenericServiceClient fromRobot(RobotClient robot, String name) {
  return robot.getResource(GenericServiceClient.getResourceName(name));
}