Class: Ebay::Types::PromotedItem

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/promoted_item.rb

Overview

Attributes

text_node :item_id, 'ItemID', :optional => true
text_node :picture_url, 'PictureURL', :optional => true
numeric_node :position, 'Position', :optional => true
text_node :selection_type, 'SelectionType', :optional => true
text_node :title, 'Title', :optional => true
text_node :listing_type, 'ListingType', :optional => true
array_node :promotion_details, 'PromotionDetails', :class => PromotionDetails, :default_value => []
text_node :time_left, 'TimeLeft', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=