Class: XQuery::QueryProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/xquery/query_proxy.rb

Overview

This proxy can be used to access raw wrappers inside classes, inherited from XQuery::Abstract

Instance Method Summary collapse

Constructor Details

#initialize(instance) ⇒ QueryProxy

Returns a new instance of QueryProxy.

Parameters:



8
9
10
# File 'lib/xquery/query_proxy.rb', line 8

def initialize(instance)
  self.instance = instance
end