Method: Flox::RestService#game_id

Defined in:
lib/flox/rest_service.rb

#game_idString (readonly)

Returns the unique identifier of the game.

Returns:

  • (String)

    the unique identifier of the game.



14
15
16
# File 'lib/flox/rest_service.rb', line 14

def game_id
  @game_id
end