Class: ArchSpec::Analyzer::SyntaxOverlay::CallResolution
- Inherits:
-
Data
- Object
- Data
- ArchSpec::Analyzer::SyntaxOverlay::CallResolution
- Defined in:
- lib/archspec/analyzer.rb
Instance Attribute Summary collapse
-
#receiver ⇒ Object
readonly
Returns the value of attribute receiver.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Attribute Details
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver
129 130 131 |
# File 'lib/archspec/analyzer.rb', line 129 def receiver @receiver end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
129 130 131 |
# File 'lib/archspec/analyzer.rb', line 129 def scope @scope end |