Sha256: b67a15b9326b79ccdb06541c369fee96ba5525d4266f384b05546a5479e10626
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 Bytes
Contents
module Mengpaneel module Strategy class Base attr_reader :all_calls attr_reader :controller def initialize(all_calls, controller = nil) @all_calls = all_calls @controller = controller end def run raise NotImplementedError end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mengpaneel-0.0.3 | lib/mengpaneel/strategy/base.rb |
mengpaneel-0.0.2 | lib/mengpaneel/strategy/base.rb |
mengpaneel-0.0.1 | lib/mengpaneel/strategy/base.rb |