class Pohoda::Parsers::Lst::ListBankRequestType

Public Instance Methods

request_bank() click to toggle source
# File lib/pohoda/parsers/lst/list_bank_request_type.rb, line 7
def request_bank
  submodel_at(Ftr::RequestBankType, 'lst:requestBank')
end
to_h() click to toggle source
# File lib/pohoda/parsers/lst/list_bank_request_type.rb, line 11
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:request_bank] = request_bank.to_h if has? 'lst:requestBank'

  hash
end