Class: Holistic::Ruby::Scope::Outline::Result
- Inherits:
-
Struct
- Object
- Struct
- Holistic::Ruby::Scope::Outline::Result
- Defined in:
- lib/holistic/ruby/scope/outline.rb
Instance Attribute Summary collapse
-
#declarations ⇒ Object
Returns the value of attribute declarations.
-
#dependants ⇒ Object
Returns the value of attribute dependants.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#references ⇒ Object
Returns the value of attribute references.
Instance Attribute Details
#declarations ⇒ Object
Returns the value of attribute declarations
7 8 9 |
# File 'lib/holistic/ruby/scope/outline.rb', line 7 def declarations @declarations end |
#dependants ⇒ Object
Returns the value of attribute dependants
7 8 9 |
# File 'lib/holistic/ruby/scope/outline.rb', line 7 def dependants @dependants end |
#dependencies ⇒ Object
Returns the value of attribute dependencies
7 8 9 |
# File 'lib/holistic/ruby/scope/outline.rb', line 7 def dependencies @dependencies end |
#references ⇒ Object
Returns the value of attribute references
7 8 9 |
# File 'lib/holistic/ruby/scope/outline.rb', line 7 def references @references end |