Sha256: f0c9f4092648b071f1e52cac033bada9bc1541f1debedff4c9b043953279d81e
Contents?: true
Size: 401 Bytes
Versions: 4
Compression:
Stored size: 401 Bytes
Contents
module GeosparqlToGeojson # GeoJSON object # # @since 0.1.0 class GeoJson attr_reader :geojson def initialize(geojson_string) @geojson = geojson_string end # Creates new instance of GeosparqlToGeojson::GeojsonValidator # # @return [GeosparqlToGeojson::GeojsonValidator] def validate GeosparqlToGeojson::GeojsonValidator.new(geojson) end end end
Version data entries
4 entries across 4 versions & 1 rubygems