class Hermod::XmlSection

def self.xml_name

Returns a String

it will be used, otherwise the class name will be used as a default.
converting instances to XML for HMRC. If the `xml_name` has been set then
Internal: a class method for getting the name of the XML node used when
def self.xml_name
  @xml_name ||= name.demodulize
end