Class: RBS::EnvironmentWalker::SingletonNode
- Inherits:
-
Object
- Object
- RBS::EnvironmentWalker::SingletonNode
- Defined in:
- sig/environment_walker.rbs
Instance Attribute Summary collapse
-
#type_name ⇒ TypeName
readonly
Returns the value of attribute type_name.
Instance Method Summary collapse
-
#initialize ⇒ SingletonNode
constructor
A new instance of SingletonNode.
Constructor Details
#initialize ⇒ SingletonNode
Returns a new instance of SingletonNode.
34 |
# File 'sig/environment_walker.rbs', line 34
def initialize: (type_name: TypeName) -> void
|
Instance Attribute Details
#type_name ⇒ TypeName (readonly)
Returns the value of attribute type_name.
33 34 35 |
# File 'sig/environment_walker.rbs', line 33 def type_name @type_name end |