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