Class: ArchSpec::Analyzer::SyntaxOverlay::ConstantSite

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



127
128
129
# File 'lib/archspec/analyzer.rb', line 127

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



127
128
129
# File 'lib/archspec/analyzer.rb', line 127

def name
  @name
end

#nestingObject (readonly)

Returns the value of attribute nesting

Returns:

  • (Object)

    the current value of nesting



127
128
129
# File 'lib/archspec/analyzer.rb', line 127

def nesting
  @nesting
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



127
128
129
# File 'lib/archspec/analyzer.rb', line 127

def owner
  @owner
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



127
128
129
# File 'lib/archspec/analyzer.rb', line 127

def path
  @path
end