Class: RBS::Test::Errors::UnresolvedOverloadingError
- Inherits:
-
Struct
- Object
- Struct
- RBS::Test::Errors::UnresolvedOverloadingError
- Defined in:
- lib/rbs/test/errors.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#method_types ⇒ Object
Returns the value of attribute method_types.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
22 23 24 |
# File 'lib/rbs/test/errors.rb', line 22 def klass @klass end |
#method_name ⇒ Object
Returns the value of attribute method_name
22 23 24 |
# File 'lib/rbs/test/errors.rb', line 22 def method_name @method_name end |
#method_types ⇒ Object
Returns the value of attribute method_types
22 23 24 |
# File 'lib/rbs/test/errors.rb', line 22 def method_types @method_types end |