Class: RBS::Test::Errors::ArgumentTypeError
- Inherits:
-
Struct
- Object
- Struct
- RBS::Test::Errors::ArgumentTypeError
- 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_type ⇒ Object
Returns the value of attribute method_type.
-
#param ⇒ Object
Returns the value of attribute param.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
6 7 8 |
# File 'lib/rbs/test/errors.rb', line 6 def klass @klass end |
#method_name ⇒ Object
Returns the value of attribute method_name
6 7 8 |
# File 'lib/rbs/test/errors.rb', line 6 def method_name @method_name end |
#method_type ⇒ Object
Returns the value of attribute method_type
6 7 8 |
# File 'lib/rbs/test/errors.rb', line 6 def method_type @method_type end |
#param ⇒ Object
Returns the value of attribute param
6 7 8 |
# File 'lib/rbs/test/errors.rb', line 6 def param @param end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/rbs/test/errors.rb', line 6 def value @value end |