Class: Hyperstack::Application::Boot::ReactDummyParams

Inherits:
Object
  • Object
show all
Defined in:
lib/hyperstack/boot.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(context) ⇒ ReactDummyParams

Returns a new instance of ReactDummyParams.



16
17
18
# File 'lib/hyperstack/boot.rb', line 16

def initialize(context)
  @context = context
end

Instance Attribute Details

#contextObject (readonly)

behaves simplistically like a true Operation broadcast Params object with a single param named context.



15
16
17
# File 'lib/hyperstack/boot.rb', line 15

def context
  @context
end