Method: ROM::Command::ClassInterface#options
- Defined in:
- lib/rom/commands/class_interface.rb
#options ⇒ Hash
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
246 247 248 |
# File 'lib/rom/commands/class_interface.rb', line 246 def { input: input, result: result, before: before, after: after } end |