Class: RBS::InvalidVarianceAnnotationError::MethodTypeError
- Inherits:
-
Struct
- Object
- Struct
- RBS::InvalidVarianceAnnotationError::MethodTypeError
- Defined in:
- lib/rbs/errors.rb
Instance Attribute Summary collapse
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#method_type ⇒ Object
Returns the value of attribute method_type.
-
#param ⇒ Object
Returns the value of attribute param.
Instance Attribute Details
#method_name ⇒ Object
Returns the value of attribute method_name
158 159 160 |
# File 'lib/rbs/errors.rb', line 158 def method_name @method_name end |
#method_type ⇒ Object
Returns the value of attribute method_type
158 159 160 |
# File 'lib/rbs/errors.rb', line 158 def method_type @method_type end |
#param ⇒ Object
Returns the value of attribute param
158 159 160 |
# File 'lib/rbs/errors.rb', line 158 def param @param end |