Sha256: 2dad33e45bdd4892185b6c8a8998315fc4c7893ea1ffa561c81d2f4e14d32d17
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
module Papercall class Configuration attr_accessor :API_KEY, :input_file, :threads, :output def initialize @input_file = 'submissions.json' @threads = 150 @output = true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
papercall-1.0.0 | lib/papercall/configuration.rb |