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