Class: Typeguard::TypeModel::Definitions::ClassDefinition
- Inherits:
-
Struct
- Object
- Struct
- Typeguard::TypeModel::Definitions::ClassDefinition
- Defined in:
- lib/typeguard/type_model/definitions.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type_parameters ⇒ Object
Returns the value of attribute type_parameters.
-
#vars ⇒ Object
Returns the value of attribute vars.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
8 9 10 |
# File 'lib/typeguard/type_model/definitions.rb', line 8 def children @children end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/typeguard/type_model/definitions.rb', line 8 def name @name end |
#parent ⇒ Object
Returns the value of attribute parent
8 9 10 |
# File 'lib/typeguard/type_model/definitions.rb', line 8 def parent @parent end |
#source ⇒ Object
Returns the value of attribute source
8 9 10 |
# File 'lib/typeguard/type_model/definitions.rb', line 8 def source @source end |
#type_parameters ⇒ Object
Returns the value of attribute type_parameters
8 9 10 |
# File 'lib/typeguard/type_model/definitions.rb', line 8 def type_parameters @type_parameters end |
#vars ⇒ Object
Returns the value of attribute vars
8 9 10 |
# File 'lib/typeguard/type_model/definitions.rb', line 8 def vars @vars end |