Method: Api::PortSet#to_h
- Defined in:
- lib/sc2ai/protocol/sc2api_pb.rb
#to_h ⇒ Object
14416 14417 14418 14419 14420 14421 14422 14423 |
# File 'lib/sc2ai/protocol/sc2api_pb.rb', line 14416 def to_h result = {} result[:"game_port"] = @game_port result[:"base_port"] = @base_port result end |