Sha256: f76307b8959193ac52ad76f5a0f6ecf6dcad3cbdc1f8fa98292391283442a76c

Contents?: true

Size: 210 Bytes

Versions: 15

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

class Factory
  class DecoratorWithProduct < Azeroth::Decorator
    expose :name
    expose :main_product, decorator: Product::DecoratorWithFactory
    expose :products
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
azeroth-1.0.0 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.10.1 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.10.0 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.9.0 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.8.2 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.8.1 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.8.0 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.7.4 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.7.3 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.7.2 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.7.1 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.7.0 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.6.5 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.6.4 spec/dummy/app/models/factory/decorator_with_product.rb
azeroth-0.6.3 spec/dummy/app/models/factory/decorator_with_product.rb