Class: ArchSpec::Analyzer::SyntaxOverlay::MethodOwner

Inherits:
Data
  • Object
show all
Defined in:
lib/archspec/analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



131
132
133
# File 'lib/archspec/analyzer.rb', line 131

def location
  @location
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



131
132
133
# File 'lib/archspec/analyzer.rb', line 131

def owner
  @owner
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



131
132
133
# File 'lib/archspec/analyzer.rb', line 131

def path
  @path
end