Sha256: ffd0e0b5180c6032594208a0756859b764be496adecdcb8257ec1eac90387886

Contents?: true

Size: 307 Bytes

Versions: 20

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

20 entries across 20 versions & 1 rubygems

Version Path
shopify-cli-2.4.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.3.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.2.2 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.2.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.2.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.1.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.0.2 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.0.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.0.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.14.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.13.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.13.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.12.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.11.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.10.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.9.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.9.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.8.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.7.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-1.7.0 lib/project_types/extension/models/lazy_specification_handler.rb