class Pohoda::Builders::Lst::ListActionPriceType
Public Instance Methods
builder()
click to toggle source
Calls superclass method
# File lib/pohoda/builders/lst/list_action_price_type.rb, line 7 def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) super.nodes.each do |n| root << n end if data.key? :action_price data[:action_price].each { |i| root << Acp::ActionPriceType.new('lst:actionPrice', i).builder } end root end