NAME
Box::Calc::Item - The container class for the items you wish to pack.
VERSION
version 1.0206
SYNOPSIS
my
$item
= Box::Calc::Item->new(
name
=>
'Apple'
,
x
=> 3,
y
=> 3.3,
z
=> 4,
weight
=> 5);
METHODS
new(params)
Constructor.
name
Returns the name of this item.
describe
Returns all the important details about this item as a hash reference.
ROLES
This class installs Box::Calc::Role::Dimensional.