module Irasutoya::Modules::HasShowPageParser::Methods
Public Instance Methods
parse_show_page(document:)
click to toggle source
# File lib/irasutoya/modules/has_show_page_parser.rb, line 13 def parse_show_page(document:) { title: PrivateMethods.title_from(document: document), description: PrivateMethods.description_from(document: document), image_urls: PrivateMethods.image_urls_from(document: document) } end