Class: XML::Mapping::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/xml/mapping_extensions.rb

Overview

Additional accessors needed for #fallback_mapping.

Instance Attribute Summary collapse

Instance Attribute Details

#attrname (readonly)

Returns the value of attribute attrname.



75
76
77
# File 'lib/xml/mapping_extensions.rb', line 75

def attrname
  @attrname
end

#mapping

Returns the value of attribute mapping.



76
77
78
# File 'lib/xml/mapping_extensions.rb', line 76

def mapping
  @mapping
end