Class: ArchSpec::Analyzer::SyntaxOverlay::GeneratedMethod

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



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

def location
  @location
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#nodeObject (readonly)

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



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

def node
  @node
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



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

def owner
  @owner
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



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

def scope
  @scope
end

#visibilityObject (readonly)

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



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

def visibility
  @visibility
end