Class ZOOM::Package
In: src/rbzoomquery.c
Parent: Object

This class represents an Extended Services Package: an instruction to the server to do something not covered by the core parts of the Z39.50 standard

Methods

get_option   send   set_option  

Public Instance methods

key: the name of the option, as a string.

Gets the value of a package‘s option.

Returns: the value of the given option, as a string, integer or boolean.

type: the actual extended service package type to be sent, as a string.

Sends the package.

Returns: self.

key: the name of the option, as a string.

value: the value of this option (as a string, integer or boolean).

Sets an option on the package.

Returns: self.

[Validate]