Sha256: 80e081462a6e2f86b36fd3bb2ae38f8c9a5dce75151717659da495ad7711db80

Contents?: true

Size: 238 Bytes

Versions: 13

Compression:

Stored size: 238 Bytes

Contents

# frozen_string_literal: true

require 'hashie'

# Hash that allows accessing hash with either string or Hash
class IndifferentHash < Hash
  include Hashie::Extensions::MergeInitializer
  include Hashie::Extensions::IndifferentAccess
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
soaspec-0.3.11 lib/soaspec/indifferent_hash.rb
soaspec-0.3.10 lib/soaspec/indifferent_hash.rb
house_test-0.1.1 lib/house_test/indifferent_hash.rb
soaspec-0.3.9 lib/soaspec/indifferent_hash.rb
soaspec-0.3.8 lib/soaspec/indifferent_hash.rb
soaspec-0.3.7 lib/soaspec/indifferent_hash.rb
soaspec-0.3.6 lib/soaspec/indifferent_hash.rb
soaspec-0.3.3 lib/soaspec/indifferent_hash.rb
soaspec-0.3.2 lib/soaspec/indifferent_hash.rb
soaspec-0.3.1 lib/soaspec/indifferent_hash.rb
soaspec-0.2.32 lib/soaspec/indifferent_hash.rb
soaspec-0.2.31 lib/soaspec/indifferent_hash.rb
soaspec-0.2.30 lib/soaspec/indifferent_hash.rb