class ExperianConsumerView::Transformers::NoOpTransformer

Trivial implementation of a result transformer for when the calling code just wants the raw results as returned by the API.

Public Instance Methods

transform(result_hash) click to toggle source
# File lib/experian_consumer_view/transformers/no_op_transformer.rb, line 8
def transform(result_hash)
  result_hash
end