module Irasutoya::Modules::HasListPageParser::PrivateMethods

Public Class Methods

show_url_from(box:) click to toggle source
# File lib/irasutoya/modules/has_list_page_parser.rb, line 29
def show_url_from(box:)
  box.css('a').first.attribute('href').value
end
title_from(box:) click to toggle source
# File lib/irasutoya/modules/has_list_page_parser.rb, line 25
def title_from(box:)
  box.css('a')[1].text
end