Class: Packwerk::ConstantContext
- Inherits:
-
Struct
- Object
- Struct
- Packwerk::ConstantContext
- Defined in:
- lib/packwerk/constant_context.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#package ⇒ Object
Returns the value of attribute package.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
7 8 9 |
# File 'lib/packwerk/constant_context.rb', line 7 def location @location end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/packwerk/constant_context.rb', line 7 def name @name end |
#package ⇒ Object
Returns the value of attribute package
7 8 9 |
# File 'lib/packwerk/constant_context.rb', line 7 def package @package end |