Class: ArchSpec::Analyzer::SyntaxOverlay::GeneratedMethod
- Inherits:
-
Data
- Object
- Data
- ArchSpec::Analyzer::SyntaxOverlay::GeneratedMethod
- 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.
-
#node ⇒ Object
readonly
Returns the value of attribute node.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
-
#visibility ⇒ Object
readonly
Returns the value of attribute visibility.
Instance Attribute Details
#location ⇒ Object (readonly)
Returns the value of attribute location
130 131 132 |
# File 'lib/archspec/analyzer.rb', line 130 def location @location end |
#message ⇒ Object (readonly)
Returns the value of attribute message
130 131 132 |
# File 'lib/archspec/analyzer.rb', line 130 def @message end |
#node ⇒ Object (readonly)
Returns the value of attribute node
130 131 132 |
# File 'lib/archspec/analyzer.rb', line 130 def node @node end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
130 131 132 |
# File 'lib/archspec/analyzer.rb', line 130 def owner @owner end |
#path ⇒ Object (readonly)
Returns the value of attribute path
130 131 132 |
# File 'lib/archspec/analyzer.rb', line 130 def path @path end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
130 131 132 |
# File 'lib/archspec/analyzer.rb', line 130 def scope @scope end |
#visibility ⇒ Object (readonly)
Returns the value of attribute visibility
130 131 132 |
# File 'lib/archspec/analyzer.rb', line 130 def visibility @visibility end |