Class: XMLable::Handlers::Elements
- Defined in:
- lib/xmlable/handlers/elements.rb
Overview
Elements handles group of XML elements
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
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
10 11 12 |
# File 'lib/xmlable/handlers/elements.rb', line 10 def single? false end |