Make client's internal methods private

This commit is contained in:
2018-07-04 08:58:49 +02:00
parent 3f6f79c111
commit cee7f7e174
2 changed files with 7 additions and 7 deletions

View File

@@ -26,6 +26,8 @@ module Manifique
@metadata
end
private
def fetch_website
res = do_get_request @url
@html = Nokogiri::HTML(res.body)
@@ -46,8 +48,6 @@ module Manifique
JSON.parse(res.body)
end
private
def parse_metadata_from_html
parse_title_from_html
parse_meta_elements_from_html