Class: Typeguard::TypeModel::Definitions::ModuleDefinition
- Inherits:
-
Struct
- Object
- Struct
- Typeguard::TypeModel::Definitions::ModuleDefinition
- 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.
-
#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
7 8 9 |
# File 'lib/typeguard/type_model/definitions.rb', line 7 def children @children end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/typeguard/type_model/definitions.rb', line 7 def name @name end |
#source ⇒ Object
Returns the value of attribute source
7 8 9 |
# File 'lib/typeguard/type_model/definitions.rb', line 7 def source @source end |
#type_parameters ⇒ Object
Returns the value of attribute type_parameters
7 8 9 |
# File 'lib/typeguard/type_model/definitions.rb', line 7 def type_parameters @type_parameters end |
#vars ⇒ Object
Returns the value of attribute vars
7 8 9 |
# File 'lib/typeguard/type_model/definitions.rb', line 7 def vars @vars end |