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