Class: RubyLens::Index::RubydexAdapter::DefinitionSummary
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::RubydexAdapter::DefinitionSummary
- Defined in:
- lib/rubylens/index/rubydex_adapter.rb
Overview
Everything the collectors need from one declaration's definitions, gathered in a single pass so each definition's location crosses the Rubydex boundary once.
Instance Attribute Summary collapse
-
#canonical_relatives ⇒ Object
readonly
Returns the value of attribute canonical_relatives.
-
#canonical_site_keys ⇒ Object
readonly
Returns the value of attribute canonical_site_keys.
-
#package_site_keys ⇒ Object
readonly
Returns the value of attribute package_site_keys.
-
#workspace_count ⇒ Object
readonly
Returns the value of attribute workspace_count.
-
#workspace_relatives ⇒ Object
readonly
Returns the value of attribute workspace_relatives.
Instance Attribute Details
#canonical_relatives ⇒ Object (readonly)
Returns the value of attribute canonical_relatives
16 17 18 |
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16 def canonical_relatives @canonical_relatives end |
#canonical_site_keys ⇒ Object (readonly)
Returns the value of attribute canonical_site_keys
16 17 18 |
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16 def canonical_site_keys @canonical_site_keys end |
#package_site_keys ⇒ Object (readonly)
Returns the value of attribute package_site_keys
16 17 18 |
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16 def package_site_keys @package_site_keys end |
#workspace_count ⇒ Object (readonly)
Returns the value of attribute workspace_count
16 17 18 |
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16 def workspace_count @workspace_count end |
#workspace_relatives ⇒ Object (readonly)
Returns the value of attribute workspace_relatives
16 17 18 |
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16 def workspace_relatives @workspace_relatives end |