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