Sha256: 68bba80adb33389edb31cfe95006f3c98a773b192f0ab9088fd9a52b358c294c
Contents?: true
Size: 171 Bytes
Versions: 5
Compression:
Stored size: 171 Bytes
Contents
# frozen_string_literal: true module MyTankInfo class InventorySitegroup < Object def sites @attributes.sites.map { |site| Site.new(site) } end end end
Version data entries
5 entries across 5 versions & 1 rubygems