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