Class: Funicular::Store::Singleton::Scope
Instance Attribute Summary
#scope_kwargs, #store_class
Instance Method Summary
collapse
#initialize, #method_missing, #off_change, #on_change, #respond_to_missing?, #subscribe!, #subscribed?, #subscription, #unsubscribe!
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Funicular::Store::Scope
Instance Method Details
#delete ⇒ nil
9
|
# File 'sig/store_singleton.rbs', line 9
def delete: () -> nil
|
#expired? ⇒ Boolean
11
|
# File 'sig/store_singleton.rbs', line 11
def expired?: () -> bool
|
#present? ⇒ Boolean
10
|
# File 'sig/store_singleton.rbs', line 10
def present?: () -> bool
|
#value ⇒ Object
7
|
# File 'sig/store_singleton.rbs', line 7
def value: () -> untyped
|
#value= ⇒ Object
8
|
# File 'sig/store_singleton.rbs', line 8
def value=: (untyped v) -> untyped
|