Class: ArchSpec::Analyzer::SyntaxOverlay::MixinFallback

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



144
145
146
# File 'lib/archspec/analyzer.rb', line 144

def location
  @location
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



144
145
146
# File 'lib/archspec/analyzer.rb', line 144

def message
  @message
end

#nestingObject (readonly)

Returns the value of attribute nesting

Returns:

  • (Object)

    the current value of nesting



144
145
146
# File 'lib/archspec/analyzer.rb', line 144

def nesting
  @nesting
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



144
145
146
# File 'lib/archspec/analyzer.rb', line 144

def owner
  @owner
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



144
145
146
# File 'lib/archspec/analyzer.rb', line 144

def path
  @path
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



144
145
146
# File 'lib/archspec/analyzer.rb', line 144

def target
  @target
end