Goo::Object - Super object that holds convenience methods.


Goo documentation  | view source Contained in the Goo distribution.

Index


NAME

Top

Goo::Object - Super object that holds convenience methods.

SYNOPSIS

Top

use Goo::Object;

DESCRIPTION

Top

METHODS

Top

new

instantiate an object

add_fields

add fields to this object

has

return whether or not an attribute is defined for this object?

get_type

return the type of this object

to_string

return a string representation of this object

to_htmlstring

return a HTML representation of this object

AUTHOR

Top

Nigel Hamilton <nigel@trexy.com>

SEE ALSO

Top


Goo documentation  | view source Contained in the Goo distribution.