Class: RBS::EnvironmentWalker::TypeNameNode
- Inherits:
-
Object
- Object
- RBS::EnvironmentWalker::TypeNameNode
- 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 ⇒ TypeNameNode
constructor
A new instance of TypeNameNode.
Constructor Details
#initialize ⇒ TypeNameNode
Returns a new instance of TypeNameNode.
39 |
# File 'sig/environment_walker.rbs', line 39
def initialize: (type_name: TypeName) -> void
|
Instance Attribute Details
#type_name ⇒ TypeName (readonly)
Returns the value of attribute type_name.
38 39 40 |
# File 'sig/environment_walker.rbs', line 38 def type_name @type_name end |