Method: ROM::Header#mapping

Defined in:
lib/rom/header.rb

#mappingHash (readonly)

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.

Returns attribute key/name mapping for all primitive attributes.

Returns:

  • (Hash)

    attribute key/name mapping for all primitive attributes



33
34
35
# File 'lib/rom/header.rb', line 33

def mapping
  @mapping
end