class Moysklad::Resources::ProductImages

Public Instance Methods

cache_key() click to toggle source

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

# File lib/moysklad/resources/product_images.rb, line 4
def cache_key
  [list_path].join(':')
end

Private Instance Methods

item_path() click to toggle source
# File lib/moysklad/resources/product_images.rb, line 10
def item_path
  raise
end