Class: ProductProperty

Inherits:
Base
  • Object
show all
Defined in:
app/models/product_property.rb

Constant Summary

Constants inherited from Base

Base::BASE_URL

Instance Method Summary collapse

Instance Method Details

#productObject



2
3
4
# File 'app/models/product_property.rb', line 2

def product
  Product.find(:first, :from => "/v1/products/#{self.product_id}.xml")
end