class SpiffyStoresAPI::SuperCollection
Public Instance Methods
order(options={})
click to toggle source
# File lib/spiffy_stores_api/resources/super_collection.rb, line 9 def order(options={}) load_attributes_from_response(put(:order, options, only_id)) end
products()
click to toggle source
# File lib/spiffy_stores_api/resources/super_collection.rb, line 5 def products Product.find(:all, :params => {:collection_id => self.id}) end