class TdBerlinTest::TestManager
Public Instance Methods
task1()
click to toggle source
# File lib/tdberlintest.rb, line 33 def task1 wolfram_api_fetcher = TdBerlinTest::WolframApiFetcher.new options[:input] wolfram_api_fetcher.run end
task2()
click to toggle source
# File lib/tdberlintest.rb, line 63 def task2 stackexchange_api_fetcher = TdBerlinTest::StackexchangeApiFetcher.new options[:input] stackexchange_api_fetcher.run end