page.rb 120 B

1234567
  1. # frozen_string_literal: true
  2. module ShopifyAPI
  3. class Page < Base
  4. include Events
  5. include Metafields
  6. end
  7. end