Class: Dommy::Internal::XmlSerialization::Attr
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::XmlSerialization::Attr
- Defined in:
- lib/dommy/internal/xml_serialization.rb
Overview
An attribute as the algorithm sees it (regular or a synthesized xmlns).
Instance Attribute Summary collapse
-
#local_name ⇒ Object
Returns the value of attribute local_name.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#local_name ⇒ Object
Returns the value of attribute local_name
25 26 27 |
# File 'lib/dommy/internal/xml_serialization.rb', line 25 def local_name @local_name end |
#namespace ⇒ Object
Returns the value of attribute namespace
25 26 27 |
# File 'lib/dommy/internal/xml_serialization.rb', line 25 def namespace @namespace end |
#prefix ⇒ Object
Returns the value of attribute prefix
25 26 27 |
# File 'lib/dommy/internal/xml_serialization.rb', line 25 def prefix @prefix end |
#value ⇒ Object
Returns the value of attribute value
25 26 27 |
# File 'lib/dommy/internal/xml_serialization.rb', line 25 def value @value end |