Catalyst-TraitFor-Controller-Ping

 view release on metacpan or  search on metacpan

lib/Catalyst/TraitFor/Controller/Ping.pm  view on Meta::CPAN

package Catalyst::TraitFor::Controller::Ping;
our $VERSION = '0.001';

#ABSTRACT: Provides a ping action for consuming controllers

use MooseX::MethodAttributes::Role;
use namespace::autoclean;
use Try::Tiny;


has model_name => (isa => 'Str', is => 'ro', predicate => 'has_model_name', clearer => '_clear_model_name', writer => '_set_model_name');


has model_method => (isa => 'Str', is => 'ro', predicate => 'has_model_method', clearer => '_clear_model_method', writer => '_set_model_method');


has model_method_arguments => (isa => 'ArrayRef', is => 'ro', predicate => 'has_model_method_arguments', clearer => '_clear_model_method_arguments', writer => '_set_model_method_arguments');



( run in 0.580 second using v1.01-cache-2.11-cpan-05444aca049 )