Method: Compactor::Amazon::ScrapedRow#report_buttons

Defined in:
lib/compactor/scraped_row.rb

#report_buttonsObject



13
14
15
16
17
# File 'lib/compactor/scraped_row.rb', line 13

def report_buttons
  last_cell.search(".secondarySmallButton").map do |ele|
    Mechanize::Page::Link.new(ele.parent, @mechanize, @mechanize.page)
  end
end