Class: ROM::CreateContainer Private

Inherits:
Object
  • Object
show all
Defined in:
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

InlineCreateContainer

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



13
14
15
# File 'lib/rom/create_container.rb', line 13

def initialize(environment, setup)
  @container = finalize(environment, setup)
end

Instance Attribute Details

#containerObject (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.



10
11
12
# File 'lib/rom/create_container.rb', line 10

def container
  @container
end