Module: Irasutoya::Modules::HasShowPageParser::Methods
- Defined in:
- lib/irasutoya/modules/has_show_page_parser.rb
Instance Method Summary collapse
Instance Method Details
#parse_show_page(document:) ⇒ Object
13 14 15 16 17 18 19 |
# 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 |