Sha256: 7c74ccef7b58aae88b618a5e78e83be239a3a107addffc22466f733fcb959ee1
Contents?: true
Size: 252 Bytes
Versions: 2
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true module RCAP module CAP_1_2 # 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_2/circle.rb |
rcap-2.7.3 | lib/rcap/cap_1_2/circle.rb |