Sha256: cfb74d2925b54c48cdd11135be779a705f9fc9ff733b0a28adbc66fbcaa17997

Contents?: true

Size: 186 Bytes

Versions: 5

Compression:

Stored size: 186 Bytes

Contents

# frozen_string_literal: true

module ThemeCheck
  module ShopifyLiquid
    class SourceIndex
      class FilterState < BaseState
        @up_to_date = false
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
theme-check-1.15.0 lib/theme_check/shopify_liquid/source_index/filter_state.rb
theme-check-1.14.0 lib/theme_check/shopify_liquid/source_index/filter_state.rb
theme-check-1.13.0 lib/theme_check/shopify_liquid/source_index/filter_state.rb
theme-check-1.12.1 lib/theme_check/shopify_liquid/source_index/filter_state.rb
theme-check-1.12.0 lib/theme_check/shopify_liquid/source_index/filter_state.rb