Class DBus::Node
In: lib/dbus/bus.rb
Parent: Hash

Object path node class

Class representing a node on an object path.

Methods

inspect   new   sub_inspect   to_xml  

Attributes

name  [R]  The name of the node.
object  [RW]  The D-Bus object contained by the node.

Public Class methods

Create a new node with a given name.

Public Instance methods

Return inspect information of the node.

Return instance inspect information, used by Node#inspect.

Return an XML string representation of the node.

[Validate]