NAME
Salvation::Service::Model - Base class for a model
SYNOPSIS
package YourSystem::Services::SomeService::Defaults::M;
use Moose;
extends 'Salvation::Service::Model';
no Moose;
REQUIRES
DESCRIPTION
A place for you to define how to process each column of each row returned by DataSet. Read more at Salvation::Service::View.
Applied roles
Salvation::Roles::ServiceReference