Sha256: eb1dd6b27454828e11d392ceae4a405ec2f1d70491d2a13a78dba09816263e77
Contents?: true
Size: 408 Bytes
Versions: 23
Compression:
Stored size: 408 Bytes
Contents
module Parliament module Decorators module ConstituencyArea def latitude respond_to?(:constituencyAreaLatitude) ? constituencyAreaLatitude : '' end def longitude respond_to?(:constituencyAreaLongitude) ? constituencyAreaLongitude : '' end def polygon respond_to?(:constituencyAreaExtent) ? constituencyAreaExtent : '' end end end end
Version data entries
23 entries across 23 versions & 1 rubygems