Class: RBS::InvalidVarianceAnnotationError::MethodTypeError

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

Instance Attribute Summary collapse

Instance Attribute Details

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



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

def method_name
  @method_name
end

#method_typeObject

Returns the value of attribute method_type

Returns:

  • (Object)

    the current value of method_type



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

def method_type
  @method_type
end

#paramObject

Returns the value of attribute param

Returns:

  • (Object)

    the current value of param



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

def param
  @param
end