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