Class: RubyLens::Index::DeclarationCollector::Result
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::DeclarationCollector::Result
- Defined in:
- lib/rubylens/index/declaration_collector.rb
Instance Attribute Summary collapse
-
#category_stats ⇒ Object
readonly
Returns the value of attribute category_stats.
-
#definition_ranges ⇒ Object
readonly
Returns the value of attribute definition_ranges.
-
#dependency_ordinal_by_name ⇒ Object
readonly
Returns the value of attribute dependency_ordinal_by_name.
-
#dependency_packages ⇒ Object
readonly
Returns the value of attribute dependency_packages.
-
#dependency_signal_maxima ⇒ Object
readonly
Returns the value of attribute dependency_signal_maxima.
-
#namespaces ⇒ Object
readonly
Returns the value of attribute namespaces.
Instance Attribute Details
#category_stats ⇒ Object (readonly)
Returns the value of attribute category_stats
34 35 36 |
# File 'lib/rubylens/index/declaration_collector.rb', line 34 def category_stats @category_stats end |
#definition_ranges ⇒ Object (readonly)
Returns the value of attribute definition_ranges
34 35 36 |
# File 'lib/rubylens/index/declaration_collector.rb', line 34 def definition_ranges @definition_ranges end |
#dependency_ordinal_by_name ⇒ Object (readonly)
Returns the value of attribute dependency_ordinal_by_name
34 35 36 |
# File 'lib/rubylens/index/declaration_collector.rb', line 34 def dependency_ordinal_by_name @dependency_ordinal_by_name end |
#dependency_packages ⇒ Object (readonly)
Returns the value of attribute dependency_packages
34 35 36 |
# File 'lib/rubylens/index/declaration_collector.rb', line 34 def dependency_packages @dependency_packages end |
#dependency_signal_maxima ⇒ Object (readonly)
Returns the value of attribute dependency_signal_maxima
34 35 36 |
# File 'lib/rubylens/index/declaration_collector.rb', line 34 def dependency_signal_maxima @dependency_signal_maxima end |
#namespaces ⇒ Object (readonly)
Returns the value of attribute namespaces
34 35 36 |
# File 'lib/rubylens/index/declaration_collector.rb', line 34 def namespaces @namespaces end |