Class: RubynCode::Index::PrismExtractor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubyn_code/index/prism_extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callsObject

Returns the value of attribute calls

Returns:

  • (Object)

    the current value of calls



12
13
14
# File 'lib/rubyn_code/index/prism_extractor.rb', line 12

def calls
  @calls
end

#classesObject

Returns the value of attribute classes

Returns:

  • (Object)

    the current value of classes



12
13
14
# File 'lib/rubyn_code/index/prism_extractor.rb', line 12

def classes
  @classes
end

#defsObject

Returns the value of attribute defs

Returns:

  • (Object)

    the current value of defs



12
13
14
# File 'lib/rubyn_code/index/prism_extractor.rb', line 12

def defs
  @defs
end