Class: Funicular::Store::Collection::Scope
- Inherits:
-
Scope
- Object
- Scope
- Funicular::Store::Collection::Scope
show all
- Defined in:
- sig/store_collection.rbs
Instance Attribute Summary collapse
Attributes inherited from Scope
#scope_kwargs
Instance Method Summary
collapse
Methods inherited from Scope
#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 Attribute Details
Returns the value of attribute store_class.
20
21
22
|
# File 'sig/store_collection.rbs', line 20
def store_class
@store_class
end
|
Instance Method Details
#all ⇒ Array[untyped]
23
|
# File 'sig/store_collection.rbs', line 23
def all: () -> Array[untyped]
|
#append ⇒ Array[untyped]
25
|
# File 'sig/store_collection.rbs', line 25
def append: (untyped item) -> Array[untyped]
|
#clear ⇒ nil
30
|
# File 'sig/store_collection.rbs', line 30
def clear: () -> nil
|
#expired? ⇒ Boolean
31
|
# File 'sig/store_collection.rbs', line 31
def expired?: () -> bool
|
#last ⇒ Object
27
|
# File 'sig/store_collection.rbs', line 27
def last: () -> untyped
|
#last_id ⇒ Object
28
|
# File 'sig/store_collection.rbs', line 28
def last_id: () -> untyped
|
#remove ⇒ Array[untyped]
26
|
# File 'sig/store_collection.rbs', line 26
def remove: (untyped id) -> Array[untyped]
|
#replace ⇒ Array[untyped]
24
|
# File 'sig/store_collection.rbs', line 24
def replace: (untyped arr) -> Array[untyped]
|
#same_tail? ⇒ Boolean
32
|
# File 'sig/store_collection.rbs', line 32
def same_tail?: (untyped other) -> bool
|
#size ⇒ Integer
29
|
# File 'sig/store_collection.rbs', line 29
def size: () -> Integer
|