Class: Ebay::Types::SellingManagerAutoRelist

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

Overview

text_node :relist_condition, ‘RelistCondition’, :optional => true

numeric_node :relist_after_days, 'RelistAfterDays', :optional => true
numeric_node :relist_after_hours, 'RelistAfterHours', :optional => true

object_node :best_offer_details, 'BestOfferDetails', :class => BestOfferDetails, :optional => true
numeric_node :listing_hold_inventory_level, 'ListingHoldInventoryLevel', :optional => true

Instance Method Summary collapse

Methods included from Initializer

#initialize, #object_attributes=

Instance Method Details

#typeObject



22
23
24
# File 'lib/ebay/types/selling_manager_auto_relist.rb', line 22

def type
  @type
end