Class: Avalara::Types::Stash

Inherits:
Hashie::Trash
  • Object
show all
Includes:
Hashie::Extensions::Coercion
Defined in:
lib/avalara/types/stash.rb

Overview

A Stash is a ‘suppressing’ Hashie::Trash where keys that are not defined are simply ignored and unavailable to the local object.

A Stash is useful when you need to read data from another application, but you only want a predefined subset of the returned data to become available, locally.