class Nfe::Helpers::XmlModel::AttributeNodeattribute
Public Instance Methods
add_to_xml(context, xml, attribute)
click to toggle source
# File lib/nfe/helpers/xml_model/attribute_nodeattribute.rb, line 5 def add_to_xml(context, xml, attribute) return end
Private Instance Methods
xml_value(doc)
click to toggle source
# File lib/nfe/helpers/xml_model/attribute_nodeattribute.rb, line 10 def xml_value(doc) doc.root.attribute(xml_alias) end