Sha256: 54a32fb06f75e6f20d0cf6a2969f0cb43c8b9ed1898b4192f4d4ebe4f35bccd1
Contents?: true
Size: 240 Bytes
Versions: 11
Compression:
Stored size: 240 Bytes
Contents
module Berkshelf::API class RemoteCookbook < Struct.new(:name, :version, :location_type, :location_path, :priority) def hash "#{name}|#{version}".hash end def eql?(other) self.hash == other.hash end end end
Version data entries
11 entries across 11 versions & 1 rubygems