Google::Chart::QueryComponent - Google::Chart Query Component


Google-Chart documentation Contained in the Google-Chart distribution.

Index


Code Index:

NAME

Top

Google::Chart::QueryComponent - Google::Chart Query Component

SYNOPSIS

Top

  package MyStuff;
  use Moose;
  with 'Google::Chart::QueryComponent';

METHODS

Top

as_query


Google-Chart documentation Contained in the Google-Chart distribution.

# $Id$

package Google::Chart::QueryComponent;
use Moose::Role;

requires 'as_query';

no Moose;

1;

__END__