Class: Sorbet::Private::GemGeneratorTracepoint::ClassDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/gem-generator-tracepoint/tracepoint_serializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defsObject

Returns the value of attribute defs

Returns:

  • (Object)

    the current value of defs



14
15
16
# File 'lib/gem-generator-tracepoint/tracepoint_serializer.rb', line 14

def defs
  @defs
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/gem-generator-tracepoint/tracepoint_serializer.rb', line 14

def id
  @id
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



14
15
16
# File 'lib/gem-generator-tracepoint/tracepoint_serializer.rb', line 14

def klass
  @klass
end