Sha256: fda1ce5570ec0213b1e8c6000a27fcd712e98fa07a16fe55a9056874ec14fdac
Contents?: true
Size: 391 Bytes
Versions: 1
Compression:
Stored size: 391 Bytes
Contents
# -*- encoding: utf-8 -*- require_relative 'resource' module Contentful module Management # Location Field Type # You can directly query for them: https://www.contentful.com/developers/documentation/content-delivery-api/#search-filter-geo class Location include Contentful::Management::Resource property :lat, :float property :lon, :float end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contentful-management-0.0.1.pre | lib/contentful/management/location.rb |