Method: VirusTotal::Application#initialize

Defined in:
lib/virustotal/application.rb

#initializeApplication

Creates a new instance of the [Application] class



8
9
10
11
12
13
14
15
# File 'lib/virustotal/application.rb', line 8

def initialize
	@options = {}
	@config = {}
	@hashes = Array.new
	@files_of_hashes = Array.new
	@sites = Array.new
	@uploads = Array.new
end