Class: EhbrsRubyUtils::Bga::Session::PlayerTablesOnGameInProgress
- Inherits:
-
Object
- Object
- EhbrsRubyUtils::Bga::Session::PlayerTablesOnGameInProgress
- 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
#result ⇒ Object
15 16 17 18 |
# File 'lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_in_progress.rb', line 15 def result navigate_to_page result_data end |
#url ⇒ Addressable::URI
21 22 23 |
# File 'lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_in_progress.rb', line 21 def url player_game_in_progress_url(player_id) end |