Class: FileBuilder::BuildStrongParams

Inherits:
Object
  • Object
show all
Includes:
Callable
Defined in:
app/services/file_builder.rb

Instance Method Summary collapse

Methods included from Callable

#initialize

Instance Method Details

#callObject



216
217
218
219
220
221
222
# File 'app/services/file_builder.rb', line 216

def call
  return {} unless options[:request].present?

  options[:keys] = keys

  { private_methods: code }
end