Sha256: 61b5546b10639aa0732bbbc15dcba941f669ed176d5f1509e7ccff210a8597d5
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module RCAP module CAP_1_2 # A Point object is valid if # * it has a lattitude within the minimum and maximum lattitude values # * it has a longitude within the minimum and maximum longitude values class Point < RCAP::Base::Point end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rcap-2.7.4 | lib/rcap/cap_1_2/point.rb |
rcap-2.7.3 | lib/rcap/cap_1_2/point.rb |