Sha256: 2a971d1b563e9a8b682f0ee74222732e07f6cbd7f9596d5a5a5e34745ab9239b

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

module MoneyS3
  module Parsers
    class Data7
      include ParserCore::BaseParser

      def bank_ucet_pokladna
        submodel_at(BankUcetPokladnaType, 'BankUcetPokladna')
      end

      def to_h
        hash = {}
        hash[:attributes] = attributes

        hash[:bank_ucet_pokladna] = bank_ucet_pokladna.to_h if has? 'BankUcetPokladna'

        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/data7.rb