Sha256: e3ab7c7216d6e97d891e8cf0008618818063b14e4f746bd26a476ab1ebcf681a
Contents?: true
Size: 302 Bytes
Versions: 15
Compression:
Stored size: 302 Bytes
Contents
module AppleNews module Component class BannerAdvertisement < Base role "banner_advertisement" optional_property :banner_type, "any" def valid? super && [ 'any', 'standard', 'double_height', 'large' ].include?(banner_type) end end end end
Version data entries
15 entries across 15 versions & 1 rubygems