Class: ReferenceExtractor::ConstantContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/reference_extractor/constant_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



4
5
6
# File 'lib/reference_extractor/constant_context.rb', line 4

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/reference_extractor/constant_context.rb', line 4

def name
  @name
end