Class: ConstantResolver::ConstantContext

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

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



17
18
19
# File 'lib/constant_resolver.rb', line 17

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/constant_resolver.rb', line 17

def name
  @name
end