Class: XMLable::Handlers::Elements

Inherits:
Element show all
Defined in:
lib/xmlable/handlers/elements.rb

Overview

Elements handles group of XML elements

Direct Known Subclasses

ElementNone

Instance Attribute Summary

Attributes inherited from Base

#block, #type

Instance Method Summary collapse

Methods inherited from Element

#container_for_xml_element, #container_proxy, #from_xml_element, #initialize, #inject_wraped, #proxy

Methods inherited from Base

#block_settings?, build, #initialize, #inject_wraped, #method_name, #options, #options?, #proxy, #type_class, #wrapped_type?

Constructor Details

This class inherits a constructor from XMLable::Handlers::Element

Instance Method Details

#single?Boolean

Returns:

  • (Boolean)

See Also:



10
11
12
# File 'lib/xmlable/handlers/elements.rb', line 10

def single?
  false
end