module RubyRobot
Define to_json on ::RubyRobot::RubyRobotRequest
for prettier printing.
A Tabletop
which is 5x5
This class is a tabletop which is essentially a 2D array even though Ruby doesn't support 2D arrays like in other languages.
As per the API instructions, (0,0) is considered to be the SOUTH WEST most corner.
Constants
- RubyRobotError
- RubyRobotRequest
- RubyRobotResponse
- USE_SWAGGER_EXPOSER
SwaggerExposer turns out to have a few drawbacks; it doesn't support specifying enumerated string types.
- VERSION