Sha256: 4e26b1391fc499d5ac6addb88fd3bfdb028f31f06e7718aa5213940d04324c7f
Contents?: true
Size: 207 Bytes
Versions: 6
Compression:
Stored size: 207 Bytes
Contents
module FireEagle class LocationHierarchy include HappyMapper tag "location-hierarchy" attribute :string, String attribute :timezone, String has_many :locations, Location end end
Version data entries
6 entries across 6 versions & 3 rubygems