Funicular::Store::SubscribesTo class of PicoRuby
Singleton methods
new
Funicular::Store::SubscribesTo.new(String channel_name, ^(Funicular::Store::Scope) -> Hash[Symbol, untyped] params_proc, Proc handler_block) -> instance
Attr accessors
channel_name (reader)
instance.channel_name -> String
params_proc (reader)
instance.params_proc -> ^(Funicular::Store::Scope) -> Hash[Symbol, untyped]
handler_block (reader)
instance.handler_block -> Proc