class MoneyS3::Parsers::SeznamIntDokl

Public Instance Methods

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

  hash[:int_dokl] = int_dokl.map(&:to_h) if has? 'IntDokl'

  hash
end