class MoneyS3::Parsers::SeznamPredkontaciDE

Public Instance Methods

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

  hash[:predkontace_de] = predkontace_de.map(&:to_h) if has? 'PredkontaceDE'

  hash
end