Sha256: e4d6eda63008d065bce06a4ee8b4904a00c5e7654bbfee98d783721fd81df458
Contents?: true
Size: 335 Bytes
Versions: 18
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true require 'proxes/request' require 'proxes/policies/request/snapshot_policy' module ProxES class Request class Snapshot < Request attr_reader :repository def parse @repository ||= check_part(path_parts[1]) @repository = [] if repository.nil? end end end end
Version data entries
18 entries across 18 versions & 1 rubygems