Class: Funicular::Store::Singleton::Scope

Inherits:
Funicular::Store::Scope show all
Defined in:
sig/store_singleton.rbs

Instance Attribute Summary

Attributes inherited from Funicular::Store::Scope

#scope_kwargs, #store_class

Instance Method Summary collapse

Methods inherited from Funicular::Store::Scope

#initialize, #method_missing, #off_change, #on_change, #respond_to_missing?, #subscribe!, #subscribed?, #subscription, #unsubscribe!

Constructor Details

This class inherits a constructor from Funicular::Store::Scope

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Funicular::Store::Scope

Instance Method Details

#deletenil

Returns:

  • (nil)


9
# File 'sig/store_singleton.rbs', line 9

def delete: () -> nil

#expired?Boolean

Returns:

  • (Boolean)


11
# File 'sig/store_singleton.rbs', line 11

def expired?: () -> bool

#present?Boolean

Returns:

  • (Boolean)


10
# File 'sig/store_singleton.rbs', line 10

def present?: () -> bool

#valueObject

Returns:

  • (Object)


7
# File 'sig/store_singleton.rbs', line 7

def value: () -> untyped

#value=Object

Parameters:

  • v (Object)

Returns:

  • (Object)


8
# File 'sig/store_singleton.rbs', line 8

def value=: (untyped v) -> untyped