Class: RBS::Types::Block
| Relationships & Source Files | |
| Inherits: | Object |
| Defined in: | lib/rbs/types.rb |
Class Method Summary
Instance Attribute Summary
- #location readonly
- #required readonly
- #self_type readonly
- #type readonly
Instance Method Summary
Constructor Details
.new(location: nil, type:, required:, self_type: nil) ⇒ Block
Instance Attribute Details
#location (readonly)
[ GitHub ]# File 'lib/rbs/types.rb', line 1342
attr_reader :location
#required (readonly)
[ GitHub ]# File 'lib/rbs/types.rb', line 1340
attr_reader :required
#self_type (readonly)
[ GitHub ]# File 'lib/rbs/types.rb', line 1341
attr_reader :self_type
#type (readonly)
[ GitHub ]# File 'lib/rbs/types.rb', line 1339
attr_reader :type