Sha256: 47b2cd1fec5f5a8547da50aed21a3bcc4c53dc417ca9bbaeb6df1a75e15b7efd

Contents?: true

Size: 116 Bytes

Versions: 6

Compression:

Stored size: 116 Bytes

Contents

class StimulusReflex::Controller
  attr_reader :channel

  def initialize(channel)
    @channel = channel
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stimulus_reflex-0.1.6 lib/stimulus_reflex/controller.rb
stimulus_reflex-0.1.5 lib/stimulus_reflex/controller.rb
stimulus_reflex-0.1.4 lib/stimulus_reflex/controller.rb
stimulus_reflex-0.1.3 lib/stimulus_reflex/controller.rb
stimulus_reflex-0.1.2 lib/stimulus_reflex/controller.rb
stimulus_reflex-0.1.1 lib/stimulus_reflex/controller.rb