Sha256: 63a5738e74003175b76058c9434605d056f55ef2d9b04a339ac97085c70428e2
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
#typed: strict module DVLA module Atlas class TestArtefactory extend T::Sig sig { returns(DVLA::Atlas::Artefacts) } def artefacts @artefacts ||= T.let(Artefacts.new, T.nilable(DVLA::Atlas::Artefacts)) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dvla-atlas-1.1.0 | lib/dvla/atlas/test_artefactory.rb |
dvla-atlas-1.0.0 | lib/dvla/atlas/test_artefactory.rb |