Class: ROM::CreateContainer Private
- Inherits:
-
Object
- Object
- ROM::CreateContainer
- Defined in:
- core/lib/rom/create_container.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Instance Attribute Summary collapse
- #container ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(environment, setup) ⇒ CreateContainer
constructor
private
A new instance of CreateContainer.
Constructor Details
#initialize(environment, setup) ⇒ CreateContainer
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of CreateContainer.
15 16 17 |
# File 'core/lib/rom/create_container.rb', line 15 def initialize(environment, setup) @container = finalize(environment, setup) end |
Instance Attribute Details
#container ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12 13 14 |
# File 'core/lib/rom/create_container.rb', line 12 def container @container end |