lib/eco/api/common/people/person_entry.rb in eco-helpers-2.0.13 vs lib/eco/api/common/people/person_entry.rb in eco-helpers-2.0.14

- old
+ new

@@ -55,9 +55,14 @@ # @return [Hash] entry `Hash` with **internal** attribute names and values, but **external** types. def internal_entry @internal_entry end + # @return [Hash] entry `Hash` with **internal** attribute names, but **external** types and values. + def mapped_entry + @mapped_entry + end + # @note values ready to be set to a person. # @return [Hash] entry `Hash` with **internal** attribute names, values and types. def final_entry @final_entry end