Module: Irasutoya::Modules::HasListPageParser::PrivateMethods

Defined in:
lib/irasutoya/modules/has_list_page_parser.rb

Class Method Summary collapse

Class Method Details

.show_url_from(box:) ⇒ Object



29
30
31
# 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:) ⇒ Object



25
26
27
# File 'lib/irasutoya/modules/has_list_page_parser.rb', line 25

def title_from(box:)
  box.css('a')[1].text
end