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

Version Path
pricehubble-1.3.0 lib/price_hubble/entity/coordinates.rb
pricehubble-1.2.5 lib/price_hubble/entity/coordinates.rb
pricehubble-1.2.4 lib/price_hubble/entity/coordinates.rb
pricehubble-1.2.3 lib/price_hubble/entity/coordinates.rb
pricehubble-1.2.2 lib/price_hubble/entity/coordinates.rb
pricehubble-1.2.1 lib/price_hubble/entity/coordinates.rb
pricehubble-1.2.0 lib/price_hubble/entity/coordinates.rb
pricehubble-1.1.0 lib/pricehubble/entity/coordinates.rb
pricehubble-1.0.0 lib/pricehubble/entity/coordinates.rb
pricehubble-0.4.2 lib/pricehubble/entity/coordinates.rb
pricehubble-0.4.1 lib/pricehubble/entity/coordinates.rb
pricehubble-0.4.0 lib/pricehubble/entity/coordinates.rb
pricehubble-0.3.0 lib/pricehubble/entity/coordinates.rb
pricehubble-0.2.0 lib/pricehubble/entity/coordinates.rb
pricehubble-0.1.0 lib/pricehubble/entity/coordinates.rb