Sha256: d44dbaa080d732f2f4d2cfec0b638008d42a9938c11bb0568a8bbf74045d8631

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

module RCAP
  module CAP_1_0
    # 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_0/circle.rb
rcap-2.7.3 lib/rcap/cap_1_0/circle.rb