Class: Typeguard::TypeModel::Definitions::MethodDefinition
- Inherits:
-
Struct
- Object
- Struct
- Typeguard::TypeModel::Definitions::MethodDefinition
- Defined in:
- lib/typeguard/type_model/definitions.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#returns ⇒ Object
Returns the value of attribute returns.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#source ⇒ Object
Returns the value of attribute source.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/typeguard/type_model/definitions.rb', line 9 def name @name end |
#parameters ⇒ Object
Returns the value of attribute parameters
9 10 11 |
# File 'lib/typeguard/type_model/definitions.rb', line 9 def parameters @parameters end |
#returns ⇒ Object
Returns the value of attribute returns
9 10 11 |
# File 'lib/typeguard/type_model/definitions.rb', line 9 def returns @returns end |
#scope ⇒ Object
Returns the value of attribute scope
9 10 11 |
# File 'lib/typeguard/type_model/definitions.rb', line 9 def scope @scope end |
#source ⇒ Object
Returns the value of attribute source
9 10 11 |
# File 'lib/typeguard/type_model/definitions.rb', line 9 def source @source end |
#visibility ⇒ Object
Returns the value of attribute visibility
9 10 11 |
# File 'lib/typeguard/type_model/definitions.rb', line 9 def visibility @visibility end |