Class: RBS::AncestorGraph::SingletonNode

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSingletonNode

Returns a new instance of SingletonNode.

Parameters:



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

def initialize: (type_name: TypeName) -> void

Instance Attribute Details

#type_nameTypeName (readonly)

Returns the value of attribute type_name.

Returns:



27
28
29
# File 'sig/ancestor_graph.rbs', line 27

def type_name
  @type_name
end