Class: ArchSpec::Analyzer::SyntaxOverlay::MethodFallback

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



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

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



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

def owner
  @owner
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



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

def scope
  @scope
end

#signaturesObject (readonly)

Returns the value of attribute signatures

Returns:

  • (Object)

    the current value of signatures



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

def signatures
  @signatures
end

#visibilityObject (readonly)

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



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

def visibility
  @visibility
end