X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FDBIC%2FAPI%2FStaticArguments.pm;fp=lib%2FCatalyst%2FController%2FDBIC%2FAPI%2FStaticArguments.pm;h=3ee8ec2f9b733189d4e45fb4a07fb7fdd590b386;hp=862dc2148958e78f6f6134de935c25d50e360ae6;hb=3300302344139421414886ed813a5376e8ff42ee;hpb=c9b8a7980c40fed5f81423f48a2c369f81348ce7 diff --git a/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm b/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm index 862dc21..3ee8ec2 100644 --- a/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm +++ b/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm @@ -66,6 +66,14 @@ page_arg controls how to reference 'page' in the the request_data has 'page_arg' => ( is => 'ro', isa => Str, default => 'list_page' ); +=attribute_public offset_arg is: ro, isa: Str, default: 'offset' + +offset_arg controls how to reference 'offset' in the the request_data + +=cut + +has 'offset_arg' => ( is => 'ro', isa => Str, default => 'list_offset' ); + =attribute_public select_arg is: ro, isa: Str, default: 'list_returns' select_arg controls how to reference 'select' in the the request_data