class Hyperstack::Application::Boot::ReactDummyParams

Attributes

context[R]

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

Public Class Methods

new(context) click to toggle source
# File lib/hyperstack/boot.rb, line 16
def initialize(context)
  @context = context
end