Sha256: cf73adee275f745fffe0d68bdf94d98026abf6bf42223f8c34784224bc0418d4

Contents?: true

Size: 159 Bytes

Versions: 5

Compression:

Stored size: 159 Bytes

Contents

module AppleNews
  module Property
    class MapItem < Base
      required_properties :latitude, :longitude
      optional_property :caption
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
apple-news-0.5.1 lib/apple-news/properties/map_item.rb
apple-news-0.5.0 lib/apple-news/properties/map_item.rb
apple-news-0.4.2 lib/apple-news/properties/map_item.rb
apple-news-0.4.1 lib/apple-news/properties/map_item.rb
apple-news-0.4.0 lib/apple-news/properties/map_item.rb