Class: ArchSpec::Analyzer::SyntaxOverlay::DeclarationName

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



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

def location
  @location
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#qualifiedObject (readonly)

Returns the value of attribute qualified

Returns:

  • (Object)

    the current value of qualified



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

def qualified
  @qualified
end

#rawObject (readonly)

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



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

def raw
  @raw
end