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