Class: AtlasRb::Mash

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/atlas_rb/mash.rb

Overview

Shared Hashie::Mash subclass used to wrap parsed JSON responses so callers can use dot access (work.id) alongside string-keyed access (work["id"]).

disable_warnings silences Hashie's stderr noise when an Atlas response key collides with an existing Hash method (e.g. class, type, id).