class

PythonParser::GlobalVariables

Inherits Reference < Object

Constructors

new(name : String, type : String | Nil, value : String, path : String)
Source

Instance methods

name
Source
name=(name : String)
Source
path
Source
path=(path : String)
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
type
Source
type=(type : String | Nil)
Source
value
Source
value=(value : String)
Source