Class: ExperianConsumerView::Transformers::NoOpTransformer

Inherits:
Object
  • Object
show all
Defined in:
lib/experian_consumer_view/transformers/no_op_transformer.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#transform(result_hash) ⇒ Object



8
9
10
# File 'lib/experian_consumer_view/transformers/no_op_transformer.rb', line 8

def transform(result_hash)
  result_hash
end