made execute_query a private method

This commit is contained in:
booboy 2018-08-19 20:22:48 -05:00
parent 447dc1f003
commit 94568018e3

View file

@ -78,6 +78,7 @@ module Pastebin
url: @scraping_api_url + ENDPOINTS[:scraping])
end
private
# this will be the main way to execute any of these methods. this has the exception handling taken care of.
def execute_query(selector, *args)
begin