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