The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Interchange6::Schema::Result::Attribute

ACCESSORS

attributes_id

Primary key.

name

Attribute name, e.g. color or size.

Required.

type

Attribute type, e.g. variant.

Defaults to empty string.

title

Displayed title for attribute name, e.g. Color or Size.

Defaults to same value as "name" via "new" method.

dynamic

Boolean flag to designate the attribute as being dynamic.

Defaults to false.

priority

Display order priority.

Defaults to 0.

UNIQUE CONSTRAINT

attributes_name_type

RELATIONS

attribute_values

Type: has_many

Related object: Interchange6::Schema::Result::AttributeValue

product_attributes

Type: has_many

Related object: Interchange6::Schema::Result::ProductAttribute

Type: has_many

Related object: Interchange6::Schema::Result::NavigationAttribute

METHODS

new

Set default value of "title" to "name".