Class: DBus::IntrospectXMLParser::AbstractXML::Node
- Inherits:
-
Object
- Object
- DBus::IntrospectXMLParser::AbstractXML::Node
- Defined in:
- lib/dbus/xml.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#[](key) ⇒ Object
required methods returns node attribute value.
-
#each(xpath) ⇒ Object
yields child nodes which match xpath of type AbstractXML::Node.
-
#initialize(node) ⇒ Node
constructor
A new instance of Node.
Constructor Details
#initialize(node) ⇒ Node
Returns a new instance of Node.
49 50 51 |
# File 'lib/dbus/xml.rb', line 49 def initialize(node) @node = node end |