Sha256: cc9db58db5f0c75e5908daeea21fe2bfd364220a0510322d25d7df0b5427897f

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

module AppleNews
  module Component
    module Text
      extend ActiveSupport::Concern

      included do
        required_property :text
        optional_properties :anchor, :animation, :behavior, :format,
                            :inlineTextStyles, :textStyle
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apple-news-0.1.1 lib/apple-news/components/text.rb
apple-news-0.1.0 lib/apple-news/components/text.rb