Method: Flox::RestService#game_key

Defined in:
lib/flox/rest_service.rb

#game_keyString (readonly)

Returns the key that identifies the game.

Returns:

  • (String)

    the key that identifies the game.



17
18
19
# File 'lib/flox/rest_service.rb', line 17

def game_key
  @game_key
end