Method: NicInfo::DsData#to_node
- Defined in:
- lib/nicinfo/ds_data.rb
#to_node ⇒ Object
62 63 64 65 66 |
# File 'lib/nicinfo/ds_data.rb', line 62 def to_node node = DataNode.new( get_cn, nil, NicInfo::get_self_link( NicInfo::get_links( @objectclass, @config ) ) ) node.data_type=self.class.name return node end |