Class: EBay::SellingManagerAutoListMinActiveItemsType
- Inherits:
-
Object
- Object
- EBay::SellingManagerAutoListMinActiveItemsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerAutoListMinActiveItemsType
minActiveItemCount - SOAP::SOAPInt
listTimeFrom - SOAP::SOAPTime
listTimeTo - SOAP::SOAPTime
spacingIntervalInMinutes - SOAP::SOAPInt
listingHoldInventoryLevel - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#listingHoldInventoryLevel ⇒ Object
Returns the value of attribute listingHoldInventoryLevel.
-
#listTimeFrom ⇒ Object
Returns the value of attribute listTimeFrom.
-
#listTimeTo ⇒ Object
Returns the value of attribute listTimeTo.
-
#minActiveItemCount ⇒ Object
Returns the value of attribute minActiveItemCount.
-
#spacingIntervalInMinutes ⇒ Object
Returns the value of attribute spacingIntervalInMinutes.
Instance Method Summary collapse
-
#initialize(minActiveItemCount = nil, listTimeFrom = nil, listTimeTo = nil, spacingIntervalInMinutes = nil, listingHoldInventoryLevel = nil) ⇒ SellingManagerAutoListMinActiveItemsType
constructor
A new instance of SellingManagerAutoListMinActiveItemsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(minActiveItemCount = nil, listTimeFrom = nil, listTimeTo = nil, spacingIntervalInMinutes = nil, listingHoldInventoryLevel = nil) ⇒ SellingManagerAutoListMinActiveItemsType
Returns a new instance of SellingManagerAutoListMinActiveItemsType.
31595 31596 31597 31598 31599 31600 31601 31602 |
# File 'lib/eBay.rb', line 31595 def initialize(minActiveItemCount = nil, listTimeFrom = nil, listTimeTo = nil, spacingIntervalInMinutes = nil, listingHoldInventoryLevel = nil) @minActiveItemCount = minActiveItemCount @listTimeFrom = listTimeFrom @listTimeTo = listTimeTo @spacingIntervalInMinutes = spacingIntervalInMinutes @listingHoldInventoryLevel = listingHoldInventoryLevel @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31589 31590 31591 |
# File 'lib/eBay.rb', line 31589 def __xmlele_any @__xmlele_any end |
#listingHoldInventoryLevel ⇒ Object
Returns the value of attribute listingHoldInventoryLevel.
31588 31589 31590 |
# File 'lib/eBay.rb', line 31588 def listingHoldInventoryLevel @listingHoldInventoryLevel end |
#listTimeFrom ⇒ Object
Returns the value of attribute listTimeFrom.
31585 31586 31587 |
# File 'lib/eBay.rb', line 31585 def listTimeFrom @listTimeFrom end |
#listTimeTo ⇒ Object
Returns the value of attribute listTimeTo.
31586 31587 31588 |
# File 'lib/eBay.rb', line 31586 def listTimeTo @listTimeTo end |
#minActiveItemCount ⇒ Object
Returns the value of attribute minActiveItemCount.
31584 31585 31586 |
# File 'lib/eBay.rb', line 31584 def minActiveItemCount @minActiveItemCount end |
#spacingIntervalInMinutes ⇒ Object
Returns the value of attribute spacingIntervalInMinutes.
31587 31588 31589 |
# File 'lib/eBay.rb', line 31587 def spacingIntervalInMinutes @spacingIntervalInMinutes end |
Instance Method Details
#set_any(elements) ⇒ Object
31591 31592 31593 |
# File 'lib/eBay.rb', line 31591 def set_any(elements) @__xmlele_any = elements end |