Sha256: 944efe8d73871ce5c675112c51cd8b1f4e397148b708a3b18f9db71203bacb44

Contents?: true

Size: 204 Bytes

Versions: 9

Compression:

Stored size: 204 Bytes

Contents

module AppleNews
  module Property
    class GalleryItem < Base
      optional_properties :url, :caption, :accessibility_caption, :explicit_content
      property_inflection :url, 'URL'
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
apple-news-0.5.1 lib/apple-news/properties/gallery_item.rb
apple-news-0.5.0 lib/apple-news/properties/gallery_item.rb
apple-news-0.4.2 lib/apple-news/properties/gallery_item.rb
apple-news-0.4.1 lib/apple-news/properties/gallery_item.rb
apple-news-0.4.0 lib/apple-news/properties/gallery_item.rb
apple-news-0.3.1 lib/apple-news/properties/gallery_item.rb
apple-news-0.3.0 lib/apple-news/properties/gallery_item.rb
apple-news-0.2.5 lib/apple-news/properties/gallery_item.rb
apple-news-0.2.4 lib/apple-news/properties/gallery_item.rb