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