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