Sha256: f2bc3738e612c98077479e7a4b348e16f4ac492a778fe285088b25da3c85b71f

Contents?: true

Size: 367 Bytes

Versions: 12

Compression:

Stored size: 367 Bytes

Contents

require_relative 'resource'

module Contentful
  module Management
    # Location Field Type
    # You can directly query for them: https://www.contentful.com/developers/documentation/content-management-api/#search-filter-geo
    class Location
      include Contentful::Management::Resource

      property :lat, :float
      property :lon, :float
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
contentful-management-0.8.0 lib/contentful/management/location.rb
contentful-management-0.7.3 lib/contentful/management/location.rb
contentful-management-0.7.2 lib/contentful/management/location.rb
contentful-management-0.7.1 lib/contentful/management/location.rb
contentful-management-0.7.0 lib/contentful/management/location.rb
contentful-management-0.6.1 lib/contentful/management/location.rb
contentful-management-0.6.0 lib/contentful/management/location.rb
contentful-management-0.5.0 lib/contentful/management/location.rb
contentful-management-0.4.1 lib/contentful/management/location.rb
contentful-management-0.4.0 lib/contentful/management/location.rb
contentful-management-0.3.1 lib/contentful/management/location.rb
contentful-management-0.3.0 lib/contentful/management/location.rb