class Pohoda::Parsers::Lst::ListIntDocType
Public Instance Methods
int_doc()
click to toggle source
# File lib/pohoda/parsers/lst/list_int_doc_type.rb, line 7 def int_doc array_of_at(Int::IntDocType, ['lst:intDoc']) end
to_h()
click to toggle source
Calls superclass method
# File lib/pohoda/parsers/lst/list_int_doc_type.rb, line 11 def to_h hash = {} hash[:attributes] = attributes hash[:int_doc] = int_doc.map(&:to_h) if has? 'lst:intDoc' hash super.merge(hash) end