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.10.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.10.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.9.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.8.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.7.4 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.7.3 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.7.2 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.7.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.7.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.6.6 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.6.5 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.6.4 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.6.3 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.6.2 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.6.1 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.6.0 lib/project_types/extension/models/lazy_specification_handler.rb
shopify-cli-2.5.0 lib/project_types/extension/models/lazy_specification_handler.rb