Module: RubyRobot

Defined in:
lib/ruby_robot/tabletop.rb,
lib/ruby_robot.rb,
lib/ruby_robot/robot.rb,
lib/ruby_robot/shell.rb,
lib/ruby_robot/webapp.rb,
lib/ruby_robot/version.rb,
lib/ruby_robot/grpc_shell.rb,
lib/ruby_robot/grpc_helper.rb,
lib/ruby_robot/schema_loader.rb,
lib/ruby_robot/placement_error.rb,
lib/ruby_robot/netflix_tabletop.rb,
lib/ruby_robot/construction_error.rb,
lib/ruby_robot/grpc/robot_service.rb,
lib/ruby_robot/grpc_ruby/ruby_robot_pb.rb,
lib/ruby_robot/grpc/ruby_robot_services_pb.rb

Overview

A Tabletop which is 5x5

Defined Under Namespace

Modules: Grpc, RubyRobot, SchemaLoader Classes: ConstructionError, GrpcShell, NetflixTabletop, PlacementError, Robot, RubyRobotRequest, Shell, Tabletop, Webapp

Constant Summary collapse

USE_SWAGGER_EXPOSER =

SwaggerExposer turns out to have a few drawbacks; it doesn’t support specifying enumerated string types.

false
VERSION =
"0.1.9"
RubyRobotError =
Google::Protobuf::DescriptorPool.generated_pool.lookup("RubyRobot.RubyRobotError").msgclass
RubyRobotResponse =
Google::Protobuf::DescriptorPool.generated_pool.lookup("RubyRobot.RubyRobotResponse").msgclass