Class: XML::Mapping::Node
- Inherits:
-
Object
- Object
- XML::Mapping::Node
- Defined in:
- lib/xml/mapping_extensions.rb
Overview
Additional accessors needed for #fallback_mapping.
Instance Attribute Summary collapse
-
#attrname
readonly
Returns the value of attribute attrname.
-
#mapping
Returns the value of attribute mapping.
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 |