class MoneyS3::Parsers::SeznamDLVyd

Public Instance Methods

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

  hash[:dl_vyd] = dl_vyd.map(&:to_h) if has? 'DLVyd'

  hash
end