Class: ArchSpec::Analyzer::SyntaxOverlay::DeclarationName
- Inherits:
-
Data
- Object
- Data
- ArchSpec::Analyzer::SyntaxOverlay::DeclarationName
- Defined in:
- lib/archspec/analyzer.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#qualified ⇒ Object
readonly
Returns the value of attribute qualified.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Attribute Details
#location ⇒ Object (readonly)
Returns the value of attribute location
132 133 134 |
# File 'lib/archspec/analyzer.rb', line 132 def location @location end |
#path ⇒ Object (readonly)
Returns the value of attribute path
132 133 134 |
# File 'lib/archspec/analyzer.rb', line 132 def path @path end |
#qualified ⇒ Object (readonly)
Returns the value of attribute qualified
132 133 134 |
# File 'lib/archspec/analyzer.rb', line 132 def qualified @qualified end |
#raw ⇒ Object (readonly)
Returns the value of attribute raw
132 133 134 |
# File 'lib/archspec/analyzer.rb', line 132 def raw @raw end |