NAME

Net::API::Gett::Share - Gett share object

ATTRIBUTES

These are read only attributes. You normally shouldn't instantiate this class on its own, as the library will create and return this object as appropriate.

sharename

Scalar string.

title

Scalar string.

created

Scalar integer. This value is in Unix epoch seconds, suitable for use in a call to localtime().

files

This attribute holds any Net::API::Gett:File objects linked to a particular share instance. It returns a list of Net::API::Gett:File objects if there are any, otherwise returns an empty list.

METHODS

add_file()

This method stores a new Net::API::Gett::File object in the share object. It returns undef if the value passed is not an Net::API::Gett::File object.

SEE ALSO

Net::API::Gett