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