Class: EBay::SellingManagerAutoRelistType
- Inherits:
-
Object
- Object
- EBay::SellingManagerAutoRelistType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerAutoRelistType
type - EBay::SellingManagerAutoRelistTypeCodeType
relistCondition - EBay::SellingManagerAutoRelistOptionCodeType
relistAfterDays - SOAP::SOAPInt
relistAfterHours - SOAP::SOAPInt
relistAtSpecificTimeOfDay - SOAP::SOAPTime
bestOfferDetails - EBay::BestOfferDetailsType
listingHoldInventoryLevel - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bestOfferDetails ⇒ Object
Returns the value of attribute bestOfferDetails.
-
#listingHoldInventoryLevel ⇒ Object
Returns the value of attribute listingHoldInventoryLevel.
-
#relistAfterDays ⇒ Object
Returns the value of attribute relistAfterDays.
-
#relistAfterHours ⇒ Object
Returns the value of attribute relistAfterHours.
-
#relistAtSpecificTimeOfDay ⇒ Object
Returns the value of attribute relistAtSpecificTimeOfDay.
-
#relistCondition ⇒ Object
Returns the value of attribute relistCondition.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, relistCondition = nil, relistAfterDays = nil, relistAfterHours = nil, relistAtSpecificTimeOfDay = nil, bestOfferDetails = nil, listingHoldInventoryLevel = nil) ⇒ SellingManagerAutoRelistType
constructor
A new instance of SellingManagerAutoRelistType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(type = nil, relistCondition = nil, relistAfterDays = nil, relistAfterHours = nil, relistAtSpecificTimeOfDay = nil, bestOfferDetails = nil, listingHoldInventoryLevel = nil) ⇒ SellingManagerAutoRelistType
Returns a new instance of SellingManagerAutoRelistType.
31649 31650 31651 31652 31653 31654 31655 31656 31657 31658 |
# File 'lib/eBay.rb', line 31649 def initialize(type = nil, relistCondition = nil, relistAfterDays = nil, relistAfterHours = nil, relistAtSpecificTimeOfDay = nil, bestOfferDetails = nil, listingHoldInventoryLevel = nil) @type = type @relistCondition = relistCondition @relistAfterDays = relistAfterDays @relistAfterHours = relistAfterHours @relistAtSpecificTimeOfDay = relistAtSpecificTimeOfDay @bestOfferDetails = bestOfferDetails @listingHoldInventoryLevel = listingHoldInventoryLevel @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31643 31644 31645 |
# File 'lib/eBay.rb', line 31643 def __xmlele_any @__xmlele_any end |
#bestOfferDetails ⇒ Object
Returns the value of attribute bestOfferDetails.
31641 31642 31643 |
# File 'lib/eBay.rb', line 31641 def bestOfferDetails @bestOfferDetails end |
#listingHoldInventoryLevel ⇒ Object
Returns the value of attribute listingHoldInventoryLevel.
31642 31643 31644 |
# File 'lib/eBay.rb', line 31642 def listingHoldInventoryLevel @listingHoldInventoryLevel end |
#relistAfterDays ⇒ Object
Returns the value of attribute relistAfterDays.
31638 31639 31640 |
# File 'lib/eBay.rb', line 31638 def relistAfterDays @relistAfterDays end |
#relistAfterHours ⇒ Object
Returns the value of attribute relistAfterHours.
31639 31640 31641 |
# File 'lib/eBay.rb', line 31639 def relistAfterHours @relistAfterHours end |
#relistAtSpecificTimeOfDay ⇒ Object
Returns the value of attribute relistAtSpecificTimeOfDay.
31640 31641 31642 |
# File 'lib/eBay.rb', line 31640 def relistAtSpecificTimeOfDay @relistAtSpecificTimeOfDay end |
#relistCondition ⇒ Object
Returns the value of attribute relistCondition.
31637 31638 31639 |
# File 'lib/eBay.rb', line 31637 def relistCondition @relistCondition end |
#type ⇒ Object
Returns the value of attribute type.
31636 31637 31638 |
# File 'lib/eBay.rb', line 31636 def type @type end |
Instance Method Details
#set_any(elements) ⇒ Object
31645 31646 31647 |
# File 'lib/eBay.rb', line 31645 def set_any(elements) @__xmlele_any = elements end |