Method: Api::RequestMapCommand#to_json
- Defined in:
- lib/sc2ai/protocol/sc2api_pb.rb
#to_json(as_json_options = {}) ⇒ Object
18572 18573 18574 18575 |
# File 'lib/sc2ai/protocol/sc2api_pb.rb', line 18572 def to_json( = {}) require "json" JSON.dump(as_json()) end |