Class: ROM::CreateContainer Private

Inherits:
Object
  • Object
show all
Defined in:
lib/rom/create_container.rb

Overview

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.

API:

  • private

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.

API:

  • private



15
16
17
# File 'lib/rom/create_container.rb', line 15

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.

API:

  • private



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

def container
  @container
end