Class: Alchemrest::Transforms::LooseHash
- Inherits:
-
Morpher::Transform
- Object
- Morpher::Transform
- Alchemrest::Transforms::LooseHash
- Defined in:
- lib/alchemrest/transforms/loose_hash.rb
Constant Summary collapse
- KEY_MESSAGE =
'Missing keys: %<missing>s, Unexpected keys: %<unexpected>s'- PRIMITIVE =
Primitive.new(::Hash)
Instance Method Summary collapse
-
#call(input) ⇒ Either<Error, Object>
Apply transformation to input.