Class: MoneyS3::Builders::NepPlatbaType
- Inherits:
-
Object
- Object
- MoneyS3::Builders::NepPlatbaType
- Includes:
- ParserCore::BaseBuilder
- Defined in:
- lib/money_s3/builders/nep_platba_type.rb
Instance Method Summary collapse
Instance Method Details
#builder ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 |
# 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 |