NAME
Object - Net::Lyskom::Object
SYNOPSIS
use base qw{Net::Lyskom::Object};
DESCRIPTION
Ur-object from which all other Net::Lyskom object inherits. Is not particularly useful on its own.
Methods
- ->as_string
-
Returns the current object as a string, serialized via Data::Dumper. Mostly useful for debugging purposes.
- ->gen_call_boolean($call,@args)
-
Sends call number $call with arguments @args to the server. Returns undef if the server indicates a failure and the object itself if it indicates success.
- ->gen_call_scalar($call,@args)
-
As the previous, except that it returns a simple scalar from the server call.