lib/druid/elements/area.rb in druid-ts-1.2.4 vs lib/druid/elements/area.rb in druid-ts-1.2.5
- old
+ new
@@ -1,28 +1,8 @@
module Druid
module Elements
class Area < Element
- #
- # Return the coordinates of the area
- #
- def coords
- attribute(:coords)
- end
-
- #
- # Return the shape of the area
- #
- def shape
- attribute(:shape)
- end
-
- #
- # Return the href of the area
- #
- def href
- attribute(:href)
- end
end
Druid::Elements.type_to_class[:area] = Druid::Elements::Area
end
end