Sha256: d5e276363efabb4337b64c948d39f8fc975c25cf319235326752a3c509e1387e
Contents?: true
Size: 440 Bytes
Versions: 9
Compression:
Stored size: 440 Bytes
Contents
require "shale" module Stepmod module Utils module Parsers module Models class ExpressExtref < Shale::Mapper attribute :linkend, Shale::Type::String attribute :standard, Shale::Type::String xml do root "express_extref" map_attribute "linkend", to: :linkend map_attribute "standard", to: :standard end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems