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