Class: Moysklad::Resources::ProductImages

Inherits:
Base
  • Object
show all
Defined in:
lib/moysklad/resources/product_images.rb

Constant Summary

Constants inherited from Base

Base::PREFIX_PATH

Instance Method Summary collapse

Methods inherited from Base

#create, #delete, #get, indexed, inherited, #initialize, #list, #metadata, pluralized_type, type, #update

Methods included from Positions

#create_position, #create_position_path

Constructor Details

This class inherits a constructor from Moysklad::Resources::Base

Instance Method Details

#cache_keyObject

Публичный чтобы был доступен из индекса



4
5
6
# File 'lib/moysklad/resources/product_images.rb', line 4

def cache_key
  [list_path].join(':')
end