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