Module: Sevgi::Graphics::Mixtures::Render::Renderer::Attributes::Inline Private
- Defined in:
- lib/sevgi/graphics/mixtures/render.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Inline attribute renderer.
Instance Method Summary collapse
-
#attributes(element, depth) ⇒ void
private
Renders attributes inline.
Instance Method Details
#attributes(element, depth) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
Renders attributes inline.
68 69 70 |
# File 'lib/sevgi/graphics/mixtures/render.rb', line 68 def attributes(element, depth) attributes_inline(element, depth, element.attributes.to_xml_lines) end |