Class: EhbrsRubyUtils::Bga::Parsers::Table::ActivePlayers

Inherits:
Aranha::Parsers::Html::ItemList
  • Object
show all
Defined in:
lib/ehbrs_ruby_utils/bga/parsers/table/active_players.rb

Constant Summary collapse

ITEMS_XPATH =
'//div[starts-with(@id, "active_player_")]'

Instance Method Summary collapse

Instance Method Details

#items_xpathObject



18
19
20
# File 'lib/ehbrs_ruby_utils/bga/parsers/table/active_players.rb', line 18

def items_xpath
  ITEMS_XPATH
end