Class: MoneyS3::Builders::SubPolObjType
- Inherits:
-
Object
- Object
- MoneyS3::Builders::SubPolObjType
- Includes:
- ParserCore::BaseBuilder
- Defined in:
- lib/money_s3/builders/sub_pol_obj_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/sub_pol_obj_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 << PolObjednType.new('Polozka', data[:polozka]).builder end root end |