Sha256: c3292a5f1f1298735d52138908056f51f5be601bdf68b479914352d5e13ff2fa

Contents?: true

Size: 307 Bytes

Versions: 57

Compression:

Stored size: 307 Bytes

Contents

module Extension
  module Models
    class LazySpecificationHandler < ShopifyCLI::LazyDelegator
      attr_reader :identifier

      def initialize(identifier, &specification_handler_initializer)
        super(&specification_handler_initializer)
        @identifier = identifier
      end
    end
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
shopify-cli-2.36.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.35.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.34.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.33.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.33.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.32.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.32.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.31.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.30.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.29.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.28.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.27.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.26.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.25.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.24.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.23.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.22.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.21.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.20.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.20.0 lib/project_types/extension/models/lazy_specification_handler.rb