Class: OrderItemProperty

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

Constant Summary

Constants inherited from Base

Base::BASE_URL

Instance Method Summary collapse

Instance Method Details

#itemObject



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

def item
  OrderItem.find(:first, :from => "/v1/order_items/#{self.order_item_property_id}.xml")
end