class MoneyS3::Parsers::SeznamClenDPH

Public Instance Methods

clen_dph() click to toggle source
# File lib/money_s3/parsers/seznam_clen_dph.rb, line 6
def clen_dph
  array_of_at(ClenDPH, ['ClenDPH'])
end
to_h() click to toggle source
# File lib/money_s3/parsers/seznam_clen_dph.rb, line 10
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:clen_dph] = clen_dph.map(&:to_h) if has? 'ClenDPH'

  hash
end