Sha256: 621a2a3e533d6ae004a950f5699e178b7019283a72c0452388a0661e699dcc46

Contents?: true

Size: 230 Bytes

Versions: 5

Compression:

Stored size: 230 Bytes

Contents

module AppleNews
  module Component
    class Map < Base
      role "map"
      optional_properties :latitude, :longitude, :caption, :map_type,
                          :span

      optional_property :items, []
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
apple-news-0.5.1 lib/apple-news/components/map.rb
apple-news-0.5.0 lib/apple-news/components/map.rb
apple-news-0.4.2 lib/apple-news/components/map.rb
apple-news-0.4.1 lib/apple-news/components/map.rb
apple-news-0.4.0 lib/apple-news/components/map.rb