class MoneyS3::Builders::NepPlatbaType
Public Instance Methods
builder()
click to toggle source
# File lib/money_s3/builders/nep_platba_type.rb, line 6 def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) if data.key? :platidlo root << NepPlatidloType.new('Platidlo', data[:platidlo]).builder end root << build_element('MnozstviMJ', data[:mnozstvi_mj], data[:mnozstvi_mj_attributes]) if data.key? :mnozstvi_mj root << build_element('Castka', data[:castka], data[:castka_attributes]) if data.key? :castka root end