Sha256: a22572a3dfc21a793c42c3ee9d4b3be726b080003c8fdd368c7b0da5723c6d37
Contents?: true
Size: 368 Bytes
Versions: 1
Compression:
Stored size: 368 Bytes
Contents
module MoneyS3 module Parsers class Data4 include ParserCore::BaseParser def predkontace_de submodel_at(PredkontaceDEType, 'PredkontaceDE') end def to_h hash = {} hash[:attributes] = attributes hash[:predkontace_de] = predkontace_de.to_h if has? 'PredkontaceDE' hash end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
money_s3-1.0.0 | lib/money_s3/parsers/data4.rb |