Sha256: 681695389870d9d2ff5288e88435b2032d0edd6ee71341094057dbef6bc9c6b0
Contents?: true
Size: 295 Bytes
Versions: 9
Compression:
Stored size: 295 Bytes
Contents
module RCAP module CAP_1_0 # A Polygon object is valid if # * it has a minimum of three points # * each Point object in the points collection is valid class Polygon < RCAP::Base::Polygon # @return [Class] def point_class Point end end end end
Version data entries
9 entries across 9 versions & 1 rubygems