Class: Rigor::ModuleGraph::PackwerkOverlay::Package
- Inherits:
-
Data
- Object
- Data
- Rigor::ModuleGraph::PackwerkOverlay::Package
- Defined in:
- lib/rigor/module_graph/packwerk_overlay.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Method Summary collapse
-
#to_s ⇒ Object
Stable rendering for snapshot / debug output.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
23 24 25 |
# File 'lib/rigor/module_graph/packwerk_overlay.rb', line 23 def name @name end |
#root ⇒ Object (readonly)
Returns the value of attribute root
23 24 25 |
# File 'lib/rigor/module_graph/packwerk_overlay.rb', line 23 def root @root end |
Instance Method Details
#to_s ⇒ Object
Stable rendering for snapshot / debug output.
25 26 27 |
# File 'lib/rigor/module_graph/packwerk_overlay.rb', line 25 def to_s "Package(#{name})" end |