Class: RubyLens::Index::ConstantReferenceCollector::Summary
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::ConstantReferenceCollector::Summary
- Defined in:
- lib/rubylens/index/constant_reference_collector.rb
Overview
inbound_counts is keyed by namespace ordinal, absent meaning zero;
each link is [referring namespace ordinal, referenced endpoint ordinal].
Instance Attribute Summary collapse
-
#inbound_counts ⇒ Object
readonly
Returns the value of attribute inbound_counts.
-
#links ⇒ Object
readonly
Returns the value of attribute links.
Instance Attribute Details
#inbound_counts ⇒ Object (readonly)
Returns the value of attribute inbound_counts
21 22 23 |
# File 'lib/rubylens/index/constant_reference_collector.rb', line 21 def inbound_counts @inbound_counts end |
#links ⇒ Object (readonly)
Returns the value of attribute links
21 22 23 |
# File 'lib/rubylens/index/constant_reference_collector.rb', line 21 def links @links end |