Class: EhbrsRubyUtils::Bga::Parsers::GameStats::Players

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

Constant Summary collapse

ITEMS_XPATH =
'//div[@class = "simple-score-entry"]'

Instance Method Summary collapse

Instance Method Details

#items_xpathObject



18
19
20
# File 'lib/ehbrs_ruby_utils/bga/parsers/game_stats/players.rb', line 18

def items_xpath
  ITEMS_XPATH
end