Sha256: 2f58c27140c6685fc99118dc5151643679944bb9c0f58670b3b073410d04297a

Contents?: true

Size: 252 Bytes

Versions: 13

Compression:

Stored size: 252 Bytes

Contents

module AppleNews
  module Property
    class CaptionDescriptor < Base
      required_property :text
      optional_properties :text_style, :format
      optional_property :inline_text_styles, []
      optional_property :additions, []
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
apple-news-0.5.1 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.5.0 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.4.2 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.4.1 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.4.0 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.3.1 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.3.0 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.2.5 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.2.4 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.2.3 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.2.2 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.2.1 lib/apple-news/properties/caption_descriptor.rb
apple-news-0.2.0 lib/apple-news/properties/caption_descriptor.rb