Sha256: d27ef9dd03f7f15d6e70ed31d29f040a2b24dbff1c40ce8ffb6ac3b162a01c21

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

module ThemeCheck
  module ShopifyLiquid
    class SourceIndex
      class ObjectEntry < BaseEntry
        def properties
          (hash['properties'] || [])
            .map { |hash| PropertyEntry.new(hash) }
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
theme-check-1.13.0 lib/theme_check/shopify_liquid/source_index/object_entry.rb
theme-check-1.12.1 lib/theme_check/shopify_liquid/source_index/object_entry.rb
theme-check-1.12.0 lib/theme_check/shopify_liquid/source_index/object_entry.rb