Class: PackAPI::Mapping::NullTransformer
- Inherits:
-
AbstractTransformer
- Object
- AbstractTransformer
- PackAPI::Mapping::NullTransformer
- Defined in:
- lib/pack_api/mapping/null_transformer.rb
Instance Attribute Summary
Attributes inherited from AbstractTransformer
#api_type, #data_source, #mappings, #model_type, #options
Instance Method Summary collapse
Methods inherited from AbstractTransformer
Constructor Details
This class inherits a constructor from PackAPI::Mapping::AbstractTransformer
Instance Method Details
#execute ⇒ Object
5 6 7 |
# File 'lib/pack_api/mapping/null_transformer.rb', line 5 def execute nil end |