Class: Sorbet::Private::GemGeneratorTracepoint::ClassDefinition
- Inherits:
-
Struct
- Object
- Struct
- Sorbet::Private::GemGeneratorTracepoint::ClassDefinition
- Defined in:
- lib/gem-generator-tracepoint/tracepoint_serializer.rb
Instance Attribute Summary collapse
-
#defs ⇒ Object
Returns the value of attribute defs.
-
#id ⇒ Object
Returns the value of attribute id.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#defs ⇒ Object
Returns the value of attribute defs
14 15 16 |
# File 'lib/gem-generator-tracepoint/tracepoint_serializer.rb', line 14 def defs @defs end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/gem-generator-tracepoint/tracepoint_serializer.rb', line 14 def id @id end |
#klass ⇒ Object
Returns the value of attribute klass
14 15 16 |
# File 'lib/gem-generator-tracepoint/tracepoint_serializer.rb', line 14 def klass @klass end |