Class: EBay::GetOrdersRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetOrdersRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetOrdersRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
orderIDArray - EBay::OrderIDArrayType
createTimeFrom - SOAP::SOAPDateTime
createTimeTo - SOAP::SOAPDateTime
orderRole - EBay::TradingRoleCodeType
orderStatus - EBay::OrderStatusCodeType
listingType - EBay::ListingTypeCodeType
pagination - EBay::PaginationType
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
numberOfDays - SOAP::SOAPInt
includeFinalValueFee - SOAP::SOAPBoolean
sortingOrder - EBay::SortOrderCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#createTimeFrom ⇒ Object
Returns the value of attribute createTimeFrom.
-
#createTimeTo ⇒ Object
Returns the value of attribute createTimeTo.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#includeFinalValueFee ⇒ Object
Returns the value of attribute includeFinalValueFee.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#listingType ⇒ Object
Returns the value of attribute listingType.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
-
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
-
#numberOfDays ⇒ Object
Returns the value of attribute numberOfDays.
-
#orderIDArray ⇒ Object
Returns the value of attribute orderIDArray.
-
#orderRole ⇒ Object
Returns the value of attribute orderRole.
-
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#sortingOrder ⇒ Object
Returns the value of attribute sortingOrder.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, orderIDArray = nil, createTimeFrom = nil, createTimeTo = nil, orderRole = nil, orderStatus = nil, listingType = nil, pagination = nil, modTimeFrom = nil, modTimeTo = nil, numberOfDays = nil, includeFinalValueFee = nil, sortingOrder = nil) ⇒ GetOrdersRequestType
constructor
A new instance of GetOrdersRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, orderIDArray = nil, createTimeFrom = nil, createTimeTo = nil, orderRole = nil, orderStatus = nil, listingType = nil, pagination = nil, modTimeFrom = nil, modTimeTo = nil, numberOfDays = nil, includeFinalValueFee = nil, sortingOrder = nil) ⇒ GetOrdersRequestType
Returns a new instance of GetOrdersRequestType.
3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 |
# File 'lib/eBay.rb', line 3727 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, orderIDArray = nil, createTimeFrom = nil, createTimeTo = nil, orderRole = nil, orderStatus = nil, listingType = nil, pagination = nil, modTimeFrom = nil, modTimeTo = nil, numberOfDays = nil, includeFinalValueFee = nil, sortingOrder = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @orderIDArray = orderIDArray @createTimeFrom = createTimeFrom @createTimeTo = createTimeTo @orderRole = orderRole @orderStatus = orderStatus @listingType = listingType @pagination = pagination @modTimeFrom = modTimeFrom @modTimeTo = modTimeTo @numberOfDays = numberOfDays @includeFinalValueFee = includeFinalValueFee @sortingOrder = sortingOrder end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3709 3710 3711 |
# File 'lib/eBay.rb', line 3709 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3708 3709 3710 |
# File 'lib/eBay.rb', line 3708 def botBlock @botBlock end |
#createTimeFrom ⇒ Object
Returns the value of attribute createTimeFrom.
3711 3712 3713 |
# File 'lib/eBay.rb', line 3711 def createTimeFrom @createTimeFrom end |
#createTimeTo ⇒ Object
Returns the value of attribute createTimeTo.
3712 3713 3714 |
# File 'lib/eBay.rb', line 3712 def createTimeTo @createTimeTo end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3699 3700 3701 |
# File 'lib/eBay.rb', line 3699 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3703 3704 3705 |
# File 'lib/eBay.rb', line 3703 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3704 3705 3706 |
# File 'lib/eBay.rb', line 3704 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3700 3701 3702 |
# File 'lib/eBay.rb', line 3700 def errorLanguage @errorLanguage end |
#includeFinalValueFee ⇒ Object
Returns the value of attribute includeFinalValueFee.
3720 3721 3722 |
# File 'lib/eBay.rb', line 3720 def includeFinalValueFee @includeFinalValueFee end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3705 3706 3707 |
# File 'lib/eBay.rb', line 3705 def invocationID @invocationID end |
#listingType ⇒ Object
Returns the value of attribute listingType.
3715 3716 3717 |
# File 'lib/eBay.rb', line 3715 def listingType @listingType end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3701 3702 3703 |
# File 'lib/eBay.rb', line 3701 def @messageID end |
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
3717 3718 3719 |
# File 'lib/eBay.rb', line 3717 def modTimeFrom @modTimeFrom end |
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
3718 3719 3720 |
# File 'lib/eBay.rb', line 3718 def modTimeTo @modTimeTo end |
#numberOfDays ⇒ Object
Returns the value of attribute numberOfDays.
3719 3720 3721 |
# File 'lib/eBay.rb', line 3719 def numberOfDays @numberOfDays end |
#orderIDArray ⇒ Object
Returns the value of attribute orderIDArray.
3710 3711 3712 |
# File 'lib/eBay.rb', line 3710 def orderIDArray @orderIDArray end |
#orderRole ⇒ Object
Returns the value of attribute orderRole.
3713 3714 3715 |
# File 'lib/eBay.rb', line 3713 def orderRole @orderRole end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
3714 3715 3716 |
# File 'lib/eBay.rb', line 3714 def orderStatus @orderStatus end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3706 3707 3708 |
# File 'lib/eBay.rb', line 3706 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
3716 3717 3718 |
# File 'lib/eBay.rb', line 3716 def pagination @pagination end |
#sortingOrder ⇒ Object
Returns the value of attribute sortingOrder.
3721 3722 3723 |
# File 'lib/eBay.rb', line 3721 def sortingOrder @sortingOrder end |
#version ⇒ Object
Returns the value of attribute version.
3702 3703 3704 |
# File 'lib/eBay.rb', line 3702 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3707 3708 3709 |
# File 'lib/eBay.rb', line 3707 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3723 3724 3725 |
# File 'lib/eBay.rb', line 3723 def set_any(elements) @__xmlele_any = elements end |