ruby ebayapi用于多个图片网址

时间:2012-10-02 21:28:15

标签: ruby ebay

我正在使用ebayapi gem(https://github.com/codyfauser/ebay)。 这很棒。但是,有些定义不对。

module Ebay # :nodoc:
  module Types # :nodoc:
    class PictureDetails
      include XML::Mapping
      include Initializer
      root_element_name 'PictureDetails'
      text_node :gallery_type, 'GalleryType', :optional => true
      text_node :gallery_url, 'GalleryURL', :optional => true
      text_node :photo_display, 'PhotoDisplay', :optional => true
      text_node :picture_url, 'PictureURL', :optional => true
      text_node :picture_source, 'PictureSource', :optional => true
      text_node :gallery_duration, 'GalleryDuration', :optional => true
    end
  end
end
eBay文件说:

要指定多张图片,请将每个网址发送到单独的相邻PictureURL元素中。在大多数情况下,第一个网址的图片也会用于列表顶部的图片。

因此picture_url应该是一个数组而不是文本。 如何更改它以便我可以上传多个图像。

感谢。

山姆

1 个答案:

答案 0 :(得分:0)

查看论坛信息regd一些问题等。 http://rubyforge.org/forum/forum.php?set=custom&forum_id=8344&style=nested&max_rows=50&submit=Change+View

大部分在线信息陈旧且看起来宝石未保持最新状态。代码中有几个分叉,但同样不是那个活跃的regd。信息的“一个来源”。 但似乎有些人使用它。

如果您发现一些好消息,请告诉我。钽 布兰登 - thelal