Class: Ebay::Responses::SetSellingManagerItemAutomationRule
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/set_selling_manager_item_automation_rule.rb
Overview
Attributes
object_node :automated_listing_rule, 'AutomatedListingRule', :class => SellingManagerAutoList, :optional => true
object_node :automated_relisting_rule, 'AutomatedRelistingRule', :class => SellingManagerAutoRelist, :optional => true
object_node :automated_second_chance_offer_rule, 'AutomatedSecondChanceOfferRule', :class => SellingManagerAutoSecondChanceOffer, :optional => true
array_node :fees, 'Fees', 'Fee', :class => Fee, :default_value => []
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?