Class: Typeguard::TypeModel::Definitions::ParameterDefinition
- Inherits:
-
Struct
- Object
- Struct
- Typeguard::TypeModel::Definitions::ParameterDefinition
- Defined in:
- lib/typeguard/type_model/definitions.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#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
#default ⇒ Object
Returns the value of attribute default
10 11 12 |
# File 'lib/typeguard/type_model/definitions.rb', line 10 def default @default end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/typeguard/type_model/definitions.rb', line 10 def name @name end |
#source ⇒ Object
Returns the value of attribute source
10 11 12 |
# File 'lib/typeguard/type_model/definitions.rb', line 10 def source @source end |
#types ⇒ Object
Returns the value of attribute types
10 11 12 |
# File 'lib/typeguard/type_model/definitions.rb', line 10 def types @types end |
#types_string ⇒ Object
Returns the value of attribute types_string
10 11 12 |
# File 'lib/typeguard/type_model/definitions.rb', line 10 def types_string @types_string end |