Class: ArchSpec::Analyzer::SyntaxOverlay::MixinFallback
- Inherits:
-
Data
- Object
- Data
- ArchSpec::Analyzer::SyntaxOverlay::MixinFallback
- Defined in:
- lib/archspec/analyzer.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#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.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#location ⇒ Object (readonly)
Returns the value of attribute location
144 145 146 |
# File 'lib/archspec/analyzer.rb', line 144 def location @location end |
#message ⇒ Object (readonly)
Returns the value of attribute message
144 145 146 |
# File 'lib/archspec/analyzer.rb', line 144 def @message end |
#nesting ⇒ Object (readonly)
Returns the value of attribute nesting
144 145 146 |
# File 'lib/archspec/analyzer.rb', line 144 def nesting @nesting end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
144 145 146 |
# File 'lib/archspec/analyzer.rb', line 144 def owner @owner end |
#path ⇒ Object (readonly)
Returns the value of attribute path
144 145 146 |
# File 'lib/archspec/analyzer.rb', line 144 def path @path end |
#target ⇒ Object (readonly)
Returns the value of attribute target
144 145 146 |
# File 'lib/archspec/analyzer.rb', line 144 def target @target end |