Module HappyMapper
In: lib/happymapper/element.rb
lib/happymapper/attribute.rb
lib/happymapper/item.rb
lib/happymapper/version.rb
lib/happymapper.rb

Methods

included   to_xml  

Classes and Modules

Module HappyMapper::ClassMethods
Class HappyMapper::Attribute
Class HappyMapper::Element
Class HappyMapper::Item

Constants

Version = '0.5.0'
DEFAULT_NS = "happymapper"

Public Class methods

Public Instance methods

Create an xml representation of the specified class based on defined HappyMapper elements and attributes. The method is defined in a way that it can be called recursively by classes that are also HappyMapper classes, allowing for the composition of classes.

[Validate]