Class: Prism::LocalVariableWriteNode
- Inherits:
-
Object
- Object
- Prism::LocalVariableWriteNode
- Defined in:
- sig/stubs/rails.rbs
Instance Method Summary collapse
Instance Method Details
#location ⇒ Object
104 |
# File 'sig/stubs/rails.rbs', line 104
def location: () -> untyped
|
#name ⇒ Symbol
102 |
# File 'sig/stubs/rails.rbs', line 102
def name: () -> Symbol
|
#value ⇒ Object
103 |
# File 'sig/stubs/rails.rbs', line 103
def value: () -> untyped
|