Method: ROM::Relation::ClassInterface#name

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

#nameObject

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.



309
310
311
# File 'lib/rom/relation/class_interface.rb', line 309

def name
  super || superclass.name
end