class OM::XML::DynamicNode::AddressedNode

Attributes

key[RW]
pointer[RW]
xpath[RW]

Public Class Methods

new(pointer, xpath, key) click to toggle source
# File lib/om/xml/dynamic_node.rb, line 139
def initialize (pointer, xpath, key)
  self.xpath = xpath
  self.key = key
  self.pointer = pointer
end