Class: RBS::InvalidVarianceAnnotationError::InheritanceError

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbs/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#paramObject

Returns the value of attribute param

Returns:

  • (Object)

    the current value of param



159
160
161
# File 'lib/rbs/errors.rb', line 159

def param
  @param
end

#super_classObject

Returns the value of attribute super_class

Returns:

  • (Object)

    the current value of super_class



159
160
161
# File 'lib/rbs/errors.rb', line 159

def super_class
  @super_class
end