Class: ArchSpec::Analyzer::SyntaxOverlay::ConstantSite
- Inherits:
-
Data
- Object
- Data
- ArchSpec::Analyzer::SyntaxOverlay::ConstantSite
- 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.
Instance Attribute Details
#location ⇒ Object (readonly)
Returns the value of attribute location
127 128 129 |
# File 'lib/archspec/analyzer.rb', line 127 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name
127 128 129 |
# File 'lib/archspec/analyzer.rb', line 127 def name @name end |
#nesting ⇒ Object (readonly)
Returns the value of attribute nesting
127 128 129 |
# File 'lib/archspec/analyzer.rb', line 127 def nesting @nesting end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
127 128 129 |
# File 'lib/archspec/analyzer.rb', line 127 def owner @owner end |
#path ⇒ Object (readonly)
Returns the value of attribute path
127 128 129 |
# File 'lib/archspec/analyzer.rb', line 127 def path @path end |