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

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



16
17
18
19
# File 'lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_in_progress.rb', line 16

def result
  navigate_to_page
  result_data
end

#urlAddressable::URI

Returns:

  • (Addressable::URI)


22
23
24
# File 'lib/ehbrs_ruby_utils/bga/session/player_tables_on_game_in_progress.rb', line 22

def url
  player_game_in_progress_url(player_id)
end