RT::Client::REST::Object

RT::Client::REST::Object is a base class for RT objects.
Download

RT::Client::REST::Object Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dmitri Tikhonov
  • Publisher web site:
  • http://search.cpan.org/~dams/RT-Client-REST-0.34/lib/RT/Client/REST/Object.pm

RT::Client::REST::Object Tags


RT::Client::REST::Object Description

RT::Client::REST::Object is a base class for RT objects. RT::Client::REST::Object is a base class for RT objects.SYNOPSIS # Create a new type package RT::Client::REST::MyType; use base qw(RT::Client::REST::Object); sub _attributes {{ myattribute => { validation => { type => SCALAR, }, }, }} sub rt_type { "mytype" } 1;The RT::Client::REST::Object module is a superclass providing a whole bunch of class and object methods in order to streamline the development of RT's REST client interface. Requirements: · Perl


RT::Client::REST::Object Related Software