Class: RubynCode::Index::PrismExtractor::Result
- Inherits:
-
Struct
- Object
- Struct
- RubynCode::Index::PrismExtractor::Result
- Defined in:
- lib/rubyn_code/index/prism_extractor.rb
Instance Attribute Summary collapse
-
#calls ⇒ Object
Returns the value of attribute calls.
-
#classes ⇒ Object
Returns the value of attribute classes.
-
#defs ⇒ Object
Returns the value of attribute defs.
Instance Attribute Details
#calls ⇒ Object
Returns the value of attribute calls
12 13 14 |
# File 'lib/rubyn_code/index/prism_extractor.rb', line 12 def calls @calls end |
#classes ⇒ Object
Returns the value of attribute classes
12 13 14 |
# File 'lib/rubyn_code/index/prism_extractor.rb', line 12 def classes @classes end |
#defs ⇒ Object
Returns the value of attribute defs
12 13 14 |
# File 'lib/rubyn_code/index/prism_extractor.rb', line 12 def defs @defs end |