module Xeroizer::Record::XmlHelper
Public Class Methods
included(base)
click to toggle source
# File lib/xeroizer/record/xml_helper.rb, line 7 def self.included(base) base.extend(ClassMethods) base.send :include, InstanceMethods end