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.

API:

  • private

Instance Method Summary collapse

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.

Parameters:

  • rendered element

  • element depth

API:

  • private



70
71
72
# File 'lib/sevgi/graphics/mixtures/render.rb', line 70

def attributes(element, depth)
  attributes_inline(element, depth, element.attributes.send(:xml_lines))
end