Method: ROM::CommandCompiler#type

Defined in:
lib/rom/command_compiler.rb

#typeObject

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.



114
115
116
117
118
# File 'lib/rom/command_compiler.rb', line 114

def type
  @_type ||= Commands.const_get(Inflector.classify(id))[adapter]
rescue NameError
  nil
end