Module: Hanami::Extensions::Operation::SliceConfiguredDBOperation::InstanceMethods Private

Defined in:
lib/hanami/extensions/operation/slice_configured_db_operation.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 2.2.0

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Since:

  • 2.2.0



51
52
53
# File 'lib/hanami/extensions/operation/slice_configured_db_operation.rb', line 51

def rom
  @rom
end

Instance Method Details

#initialize(rom:) ⇒ Object

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.

Since:

  • 2.2.0



53
54
55
# File 'lib/hanami/extensions/operation/slice_configured_db_operation.rb', line 53

def initialize(rom:, **)
  @rom = rom
end