Exception: RBS::Test::Errors::ArgumentError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/rbs/test/errors.rb |
Instance Attribute Summary
- #klass rw
- #method_name rw
- #method_type rw
Instance Attribute Details
#klass (rw)
[ GitHub ]# File 'lib/rbs/test/errors.rb', line 10
ArgumentError = Struct.new(:klass, :method_name, :method_type, keyword_init: true)
#method_name (rw)
[ GitHub ]# File 'lib/rbs/test/errors.rb', line 10
ArgumentError = Struct.new(:klass, :method_name, :method_type, keyword_init: true)
#method_type (rw)
[ GitHub ]# File 'lib/rbs/test/errors.rb', line 10
ArgumentError = Struct.new(:klass, :method_name, :method_type, keyword_init: true)