Class: EhbrsRubyUtils::Bga::Session::PlayerTablesOnGameStats
- Inherits:
-
Object
- Object
- EhbrsRubyUtils::Bga::Session::PlayerTablesOnGameStats
- Includes:
- Urls
- Defined in:
- lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_stats.rb
Constant Summary collapse
- SEE_MORE_BUTTON_ID =
'see_more_tables'
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
20 21 22 23 24 25 |
# File 'lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_stats.rb', line 20 def result navigate_to_page loop do return result_data unless more? end end |
#url ⇒ Addressable::URI
28 29 30 |
# File 'lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_stats.rb', line 28 def url player_game_stats_url(player_id) end |