Class: Typeguard::TypeModel::Definitions::VarDefinition
- Inherits:
-
Struct
- Object
- Struct
- Typeguard::TypeModel::Definitions::VarDefinition
- Defined in:
- lib/typeguard/type_model/definitions.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#source ⇒ Object
Returns the value of attribute source.
-
#types ⇒ Object
Returns the value of attribute types.
-
#types_string ⇒ Object
Returns the value of attribute types_string.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/typeguard/type_model/definitions.rb', line 12 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
12 13 14 |
# File 'lib/typeguard/type_model/definitions.rb', line 12 def scope @scope end |
#source ⇒ Object
Returns the value of attribute source
12 13 14 |
# File 'lib/typeguard/type_model/definitions.rb', line 12 def source @source end |
#types ⇒ Object
Returns the value of attribute types
12 13 14 |
# File 'lib/typeguard/type_model/definitions.rb', line 12 def types @types end |
#types_string ⇒ Object
Returns the value of attribute types_string
12 13 14 |
# File 'lib/typeguard/type_model/definitions.rb', line 12 def types_string @types_string end |