Class: ArchSpec::Analyzer::SyntaxOverlay::CallResolution

Inherits:
Data
  • Object
show all
Defined in:
lib/archspec/analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



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

def receiver
  @receiver
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



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

def scope
  @scope
end