Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
AlphaAlpha Spice Reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
Getty committed Mar 22, 2012
1 parent 345ed16 commit 275c83c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/DDG/ZeroClickInfo/Spice.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package DDG::ZeroClickInfo::Spice;

use Moo;

has js_includes => (
is => 'ro',
default => sub {[]},
);

has js => (
is => 'ro',
required => 1,
);

has is_memcached => (
is => 'ro',
default => sub { 0 },
);

1;

0 comments on commit 275c83c

Please sign in to comment.