Sha256: 4d4d072e43bdded2991e7901c6af4b297b2ea3e5808094ada57324e45eeb547c
Contents?: true
Size: 367 Bytes
Versions: 31
Compression:
Stored size: 367 Bytes
Contents
$lib = File.expand_path('../', File.dirname(__FILE__)) class Processor attr_accessor :config, :configFilePath, :baseExecutePath def initialize(config, configFilePath, baseExecutePath) @config = config @configFilePath = configFilePath @baseExecutePath = baseExecutePath end def processReviews(reviews, platform) end end
Version data entries
31 entries across 31 versions & 1 rubygems