Sha256: e15a713fbb4e70f665c4a505881632ae9fb7eef362635ac0858bfbdfe789a69a
Contents?: true
Size: 176 Bytes
Versions: 13
Compression:
Stored size: 176 Bytes
Contents
# frozen_string_literal: true module GrpcMock class Configuration attr_accessor :allow_net_connect def initialize @allow_net_connect = true end end end
Version data entries
13 entries across 13 versions & 3 rubygems