Phillip Moore > NetApp-1.1.2 > NetApp::Filer::Option

Download:
NetApp-1.1.2.tgz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 203.0.0   Source  

NAME ^

NetApp::Filer::Option -- OO Class for representing NetApp Filer options

SYNOPSIS ^

    use NetApp::Filer;

    my $filer = NetApp::Filer->new({ ... });

    my @options         = $filer->get_options;

    my $options         = $filer->get_option( $name );

    $filer->set_option(
        name            => $name,
        value           => $value,
    );

DESCRIPTION ^

This class is used to encapsulate the NetApp Filer options.

METHODS ^

get_name

Returns the name of the option.

get_value

Returns the value for the option.