Class: RBS::AncestorGraph::SingletonNode
- Inherits:
-
Object
- Object
- RBS::AncestorGraph::SingletonNode
- Defined in:
- sig/ancestor_graph.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.
28 |
# File 'sig/ancestor_graph.rbs', line 28
def initialize: (type_name: TypeName) -> void
|
Instance Attribute Details
#type_name ⇒ TypeName (readonly)
Returns the value of attribute type_name.
27 28 29 |
# File 'sig/ancestor_graph.rbs', line 27 def type_name @type_name end |