Sha256: a2675df46756d9bdb95b4dc2d2871a51dfe4f269b919b5c954ee218729b6d14c
Contents?: true
Size: 507 Bytes
Versions: 9
Compression:
Stored size: 507 Bytes
Contents
require "shale" module Stepmod module Utils module Parsers module Models class Imgarea < Shale::Mapper attribute :shape, Shale::Type::String attribute :coords, Shale::Type::String attribute :href, Shale::Type::String xml do root "img.area" map_attribute "shape", to: :shape map_attribute "coords", to: :coords map_attribute "href", to: :href end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems