Class: Funicular::Store::SubscribesTo
- Inherits:
-
Data
- Object
- Data
- Funicular::Store::SubscribesTo
- Defined in:
- sig/store.rbs
Instance Attribute Summary collapse
-
#channel_name ⇒ String
readonly
Returns the value of attribute channel_name.
-
#handler_block ⇒ Proc
readonly
Returns the value of attribute handler_block.
-
#params_proc ⇒ ^(Funicular::Store::Scope) -> Hash[Symbol, untyped]
readonly
Returns the value of attribute params_proc.
Class Method Summary collapse
Instance Attribute Details
#channel_name ⇒ String (readonly)
Returns the value of attribute channel_name.
7 8 9 |
# File 'sig/store.rbs', line 7 def channel_name @channel_name end |
#handler_block ⇒ Proc (readonly)
Returns the value of attribute handler_block.
9 10 11 |
# File 'sig/store.rbs', line 9 def handler_block @handler_block end |
#params_proc ⇒ ^(Funicular::Store::Scope) -> Hash[Symbol, untyped] (readonly)
Returns the value of attribute params_proc.
8 9 10 |
# File 'sig/store.rbs', line 8 def params_proc @params_proc end |
Class Method Details
.new ⇒ instance
11 |
# File 'sig/store.rbs', line 11
def self.new: (String channel_name, ^(Funicular::Store::Scope) -> Hash[Symbol, untyped] params_proc, Proc handler_block) -> instance
|