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

Version Path
jnewland-fireeagle-0.8.0.1 lib/fireeagle/location_hierarchy.rb
jnewland-fireeagle-0.8.99.1 lib/fireeagle/location_hierarchy.rb
mojodna-fireeagle-0.8.0.1 lib/fireeagle/location_hierarchy.rb
mojodna-fireeagle-0.8.99.1 lib/fireeagle/location_hierarchy.rb
mojodna-fireeagle-0.8.99 lib/fireeagle/location_hierarchy.rb
fireeagle-0.8.0.1 lib/fireeagle/location_hierarchy.rb