# File 'lib/eco/api/session/batch/feedback/getters.rb', line 7defget_attr(entry,attr)ifentry.respond_to?(attr.to_sym)entry.public_send(attr.to_sym)elsifentry.is_a?(Hash)entry[attr_to_s]endend
# File 'lib/eco/api/session/batch/feedback/getters.rb', line 15defget_row(value)casevaluewhenEco::API::Common::People::PersonEntryvalue.idxwhenEcoportal::API::V1::Personget_row(value.entry)endend