class XQuery::QueryProxy

This proxy can be used to access raw wrappers inside classes, inherited from XQuery::Abstract @attr instance [XQuery::Abstract]

Wrapped instance

Attributes

instance[RW]

Public Class Methods

new(instance) click to toggle source

@param instance [XQuery::Abstract] instance to delegate methods

# File lib/xquery/query_proxy.rb, line 8
def initialize(instance)
  self.instance = instance
end