Class: RBS::Test::Errors::UnresolvedOverloadingError

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

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



22
23
24
# File 'lib/rbs/test/errors.rb', line 22

def klass
  @klass
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



22
23
24
# File 'lib/rbs/test/errors.rb', line 22

def method_name
  @method_name
end

#method_typesObject

Returns the value of attribute method_types

Returns:

  • (Object)

    the current value of method_types



22
23
24
# File 'lib/rbs/test/errors.rb', line 22

def method_types
  @method_types
end