Sha256: 9efe968f124c4bf39bc759f4cd34e0e48e82b99dfcf19fae923fc5e0c53cd569

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

module RCAP
  module CAP_1_1
    # A Circle object is valid if
    # * it has a valid lattitude and longitude
    # * it has a radius with a value greater than zero
    class Circle < RCAP::Base::Circle
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rcap-2.7.4 lib/rcap/cap_1_1/circle.rb
rcap-2.7.3 lib/rcap/cap_1_1/circle.rb