NAME

WebService::Raygun::Message::Request::QueryString - Represent the QueryString data in a raygun request.

SYNOPSIS

use WebService::Raygun::Message::Request::QueryString;
my $user = WebService::Raygun::Request::QueryString->new(
    params => { }
);

DESCRIPTION

Encode a query string as a hash object.

INTERFACE

prepare_raygun

Return the data structure that will be sent to raygun.io

DEPENDENCIES

SEE ALSO