Class: Packwerk::ConstantContext

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

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



5
6
7
# File 'lib/packwerk/constant_context.rb', line 5

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/packwerk/constant_context.rb', line 5

def name
  @name
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



5
6
7
# File 'lib/packwerk/constant_context.rb', line 5

def package
  @package
end