Method: ROM::Command::ClassInterface#options

Defined in:
lib/rom/commands/class_interface.rb

#optionsHash

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.

Return default options based on class macros

Returns:

  • (Hash)


246
247
248
# File 'lib/rom/commands/class_interface.rb', line 246

def options
  { input: input, result: result, before: before, after: after }
end