Method: EPlat::Base#include_root_in_json

Defined in:
lib/e_plat/resource/base.rb

#include_root_in_jsonObject



143
144
145
146
147
# File 'lib/e_plat/resource/base.rb', line 143

def include_root_in_json
  return false unless client.shopify?
  
  top_level_resource?
end