Module: InventoryReadAttributes

Defined in:
lib/rlm_logistics/record/read_attributes/inventory_read_attributes.rb

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



3
4
5
6
7
# File 'lib/rlm_logistics/record/read_attributes/inventory_read_attributes.rb', line 3

def self.extended(base)
  base.class.attribute :ats
  base.class.attribute :color
  base.class.attribute :sizes
end