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
339 340 341 |
# File 'lib/rbs/errors.rb', line 339 def method_name @method_name end |
#method_type ⇒ Object
Returns the value of attribute method_type
339 340 341 |
# File 'lib/rbs/errors.rb', line 339 def method_type @method_type end |
#param ⇒ Object
Returns the value of attribute param
339 340 341 |
# File 'lib/rbs/errors.rb', line 339 def param @param end |