Method: Api::ResponseJoinGame#to_h

Defined in:
lib/sc2ai/protocol/sc2api_pb.rb

#to_hObject



15205
15206
15207
15208
15209
15210
15211
15212
15213
# File 'lib/sc2ai/protocol/sc2api_pb.rb', line 15205

def to_h
  result = {}

  result[:"player_id"] = @player_id
  result[:"error"] = @error
  result[:"error_details"] = @error_details

  result
end