Sha256: d9c64f86d3b7c6edd09957b7ccacce56ff76a5784f8768d14573b3d879e63e07
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
module Shutterstock class SubscriptionLicenseFormats < Array attr_reader :raw_data def initialize(raw_data) @raw_data = raw_data super( @raw_data.map{ |slf| SubscriptionLicenseFormat.new(slf) } ) self end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shutterstock-v2-0.0.1 | lib/client/subscription_license_formats.rb |