Method: JSONVAT.download

Defined in:
lib/json_vat.rb

.downloadObject



27
28
29
# File 'lib/json_vat.rb', line 27

def download
  Net::HTTP.get_response(URI.parse(self.host)).body
end