Method: Datamappify::Data::Mapper::Attribute#source_attribute_key

Defined in:
lib/datamappify/data/mapper/attribute.rb

#source_attribute_keySymbol

Examples:


:title

Returns:

  • (Symbol)


86
87
88
# File 'lib/datamappify/data/mapper/attribute.rb', line 86

def source_attribute_key
  @source_attribute_key ||= source_attribute_name.to_sym
end