Sha256: bacebf4d4d3ba70f84053784524fc10a682f7da825eac091b1f84b15d55b0cd8
Contents?: true
Size: 276 Bytes
Versions: 15
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module PriceHubble # The common PriceHubble coordinates object. # # @see https://docs.pricehubble.com/#types-coordinates class Coordinates < BaseEntity # Mapped and tracked attributes tracked_attr :latitude, :longitude end end
Version data entries
15 entries across 15 versions & 1 rubygems