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



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

def defs
  @defs
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



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

def klass
  @klass
end