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 empty string.

dynamic

Boolean flag to designate the attribute as being dynamic.

Defaults to false.

priority

Display order priority.

Defaults to 0.

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