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



7
8
9
# File 'lib/packwerk/constant_context.rb', line 7

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/packwerk/constant_context.rb', line 7

def name
  @name
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



7
8
9
# File 'lib/packwerk/constant_context.rb', line 7

def package
  @package
end