Class: MoneyS3::Builders::DefSubPolType
- Inherits:
-
Object
- Object
- MoneyS3::Builders::DefSubPolType
- Includes:
- ParserCore::BaseBuilder
- Defined in:
- lib/money_s3/builders/def_sub_pol_type.rb
Instance Method Summary collapse
Instance Method Details
#builder ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/money_s3/builders/def_sub_pol_type.rb', line 6 def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) root << build_element('MJNaSadu', data[:mj_na_sadu], data[:mj_na_sadu_attributes]) if data.key? :mj_na_sadu if data.key? :polozka root << PolSklDoklType.new('Polozka', data[:polozka]).builder end root end |