WSST::Schema::Test - Schema::Test class of WSST


WSST documentation Contained in the WSST distribution.

Index


Code Index:

NAME

Top

WSST::Schema::Test - Schema::Test class of WSST

DESCRIPTION

Top

This class represents the test element of schema.

METHODS

Top

new

Constructor.

type

Accessor for the type.

name

Accessor for the name.

params

Accessor for the params.

SEE ALSO

Top

http://code.google.com/p/wsst/

AUTHORS

Top

Mitsuhisa Oshikawa <mitsuhisa [at] gmail.com> Yusuke Kawasaki <u-suke [at] kawa.net>

COPYRIGHT AND LICENSE

Top


WSST documentation Contained in the WSST distribution.

package WSST::Schema::Test;

use strict;
use base qw(WSST::Schema::Base);
__PACKAGE__->mk_accessors(qw(type name params));

our $VERSION = '0.1.1';

1;