Method: Compactor::Amazon::ScrapedRow#report_buttons
- Defined in:
- lib/compactor/scraped_row.rb
#report_buttons ⇒ Object
13 14 15 16 17 |
# File 'lib/compactor/scraped_row.rb', line 13 def last_cell.search(".secondarySmallButton").map do |ele| Mechanize::Page::Link.new(ele.parent, @mechanize, @mechanize.page) end end |