Class: EhbrsRubyUtils::Bga::Session::PlayerTablesOnGameInProgress

Inherits:
Object
  • Object
show all
Includes:
Urls
Defined in:
lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_in_progress.rb

Constant Summary collapse

WAIT_FOR_RESULT_SECONDS =
60

Constants included from Urls::InstanceMethods

Urls::InstanceMethods::ROOT_URL

Instance Method Summary collapse

Methods included from Urls::InstanceMethods

#build_url, #player_game_in_progress_url, #player_game_stats_url, #root_url, #table_url

Instance Method Details

#resultObject



18
19
20
21
# File 'lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_in_progress.rb', line 18

def result
  navigate_to_page
  result_data
end

#urlAddressable::URI

Returns:

  • (Addressable::URI)


24
25
26
# File 'lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_in_progress.rb', line 24

def url
  player_game_in_progress_url(player_id)
end