class MoneyS3::Parsers::SeznamPokDokl

Public Instance Methods

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

  hash[:pok_dokl] = pok_dokl.map(&:to_h) if has? 'PokDokl'

  hash
end