Module: Ecoportal::API::Common::GraphQL::HashHelpers

Extended by:
InstanceMethods
Included in:
Model::Diffable::DiffService
Defined in:
lib/ecoportal/api/common/graphql/hash_helpers.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Methods included from InstanceMethods

deep_dup, except_keys, keys_to_s_deep, keys_to_sym_deep, remove_nil_keys_deep

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/ecoportal/api/common/graphql/hash_helpers.rb', line 7

def included(base)
  base.send(:include, InstanceMethods)
end