class Pohoda::Parsers::Lst::ListIntDocRequestType

Public Instance Methods

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

  hash[:request_int_doc] = request_int_doc.to_h if has? 'lst:requestIntDoc'

  hash
end