Class: ExistDB::XQueryService
- Inherits:
-
Object
- Object
- ExistDB::XQueryService
- Extended by:
- ClassWrappingForwardable
- Defined in:
- lib/existdb/xquery_service.rb
Instance Method Summary collapse
-
#initialize(java_obj) ⇒ XQueryService
constructor
A new instance of XQueryService.
Methods included from ClassWrappingForwardable
Constructor Details
#initialize(java_obj) ⇒ XQueryService
Returns a new instance of XQueryService.
6 7 8 |
# File 'lib/existdb/xquery_service.rb', line 6 def initialize(java_obj) @obj = java_obj end |