Class: ProductProperty
- Defined in:
- app/models/product_property.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Instance Method Details
#product ⇒ Object
2 3 4 |
# File 'app/models/product_property.rb', line 2 def product Product.find(:first, :from => "/v1/products/#{self.product_id}.xml") end |