Class: Typeguard::TypeModel::Definitions::TypeNode
- Inherits:
-
Struct
- Object
- Struct
- Typeguard::TypeModel::Definitions::TypeNode
- Defined in:
- lib/typeguard/type_model/definitions.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#shape ⇒ Object
Returns the value of attribute shape.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
6 7 8 |
# File 'lib/typeguard/type_model/definitions.rb', line 6 def children @children end |
#kind ⇒ Object
Returns the value of attribute kind
6 7 8 |
# File 'lib/typeguard/type_model/definitions.rb', line 6 def kind @kind end |
#metadata ⇒ Object
Returns the value of attribute metadata
6 7 8 |
# File 'lib/typeguard/type_model/definitions.rb', line 6 def @metadata end |
#shape ⇒ Object
Returns the value of attribute shape
6 7 8 |
# File 'lib/typeguard/type_model/definitions.rb', line 6 def shape @shape end |