Class: EhbrsRubyUtils::Bga::Parsers::GameStats::Players
- Inherits:
-
Aranha::Parsers::Html::ItemList
- Object
- Aranha::Parsers::Html::ItemList
- EhbrsRubyUtils::Bga::Parsers::GameStats::Players
- 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_xpath ⇒ Object
18 19 20 |
# File 'lib/ehbrs_ruby_utils/bga/parsers/game_stats/players.rb', line 18 def items_xpath ITEMS_XPATH end |