Class Hashie::Trash
In: lib/hashie/trash.rb
Parent: Dash

A Trash is a ‘translated’ Dash where the keys can be remapped from a source hash.

Trashes are useful when you need to read data from another application, such as a Java api, where the keys are named differently from how we would in Ruby.

Included Modules

Hashie::Extensions::Dash::PropertyTranslation

[Validate]