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