Class: RBS::AncestorGraph::InstanceNode

Inherits:
Object
  • Object
show all
Defined in:
sig/ancestor_graph.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeInstanceNode

Returns a new instance of InstanceNode.

Parameters:



23
# File 'sig/ancestor_graph.rbs', line 23

def initialize: (type_name: TypeName) -> void

Instance Attribute Details

#type_nameTypeName (readonly)

Returns the value of attribute type_name.

Returns:



22
23
24
# File 'sig/ancestor_graph.rbs', line 22

def type_name
  @type_name
end