Class: GetSellerTransactionsRequestType
- Inherits:
-
Object
- Object
- GetSellerTransactionsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerTransactionsRequestType
Constant Summary collapse
- @@schema_type =
"GetSellerTransactionsRequestType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["modTimeFrom", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModTimeFrom")]], ["modTimeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModTimeTo")]], ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]], ["includeFinalValueFee", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeFinalValueFee")]], ["includeContainingOrder", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeContainingOrder")]], ["sKUArray", ["SKUArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SKUArray")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#includeContainingOrder ⇒ Object
Returns the value of attribute includeContainingOrder.
-
#includeFinalValueFee ⇒ Object
Returns the value of attribute includeFinalValueFee.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
-
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#sKUArray ⇒ Object
Returns the value of attribute sKUArray.
-
#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, errorHandling = nil, invocationID = nil, warningLevel = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil) ⇒ GetSellerTransactionsRequestType
constructor
A new instance of GetSellerTransactionsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil) ⇒ GetSellerTransactionsRequestType
Returns a new instance of GetSellerTransactionsRequestType.
8977 8978 8979 8980 8981 8982 8983 8984 8985 8986 8987 8988 8989 8990 8991 8992 |
# File 'lib/eBay.rb', line 8977 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @modTimeFrom = modTimeFrom @modTimeTo = modTimeTo @pagination = pagination @includeFinalValueFee = includeFinalValueFee @includeContainingOrder = includeContainingOrder @sKUArray = sKUArray end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
8965 8966 8967 |
# File 'lib/eBay.rb', line 8965 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
8958 8959 8960 |
# File 'lib/eBay.rb', line 8958 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
8962 8963 8964 |
# File 'lib/eBay.rb', line 8962 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
8959 8960 8961 |
# File 'lib/eBay.rb', line 8959 def errorLanguage @errorLanguage end |
#includeContainingOrder ⇒ Object
Returns the value of attribute includeContainingOrder.
8970 8971 8972 |
# File 'lib/eBay.rb', line 8970 def includeContainingOrder @includeContainingOrder end |
#includeFinalValueFee ⇒ Object
Returns the value of attribute includeFinalValueFee.
8969 8970 8971 |
# File 'lib/eBay.rb', line 8969 def includeFinalValueFee @includeFinalValueFee end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
8963 8964 8965 |
# File 'lib/eBay.rb', line 8963 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
8960 8961 8962 |
# File 'lib/eBay.rb', line 8960 def @messageID end |
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
8966 8967 8968 |
# File 'lib/eBay.rb', line 8966 def modTimeFrom @modTimeFrom end |
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
8967 8968 8969 |
# File 'lib/eBay.rb', line 8967 def modTimeTo @modTimeTo end |
#pagination ⇒ Object
Returns the value of attribute pagination.
8968 8969 8970 |
# File 'lib/eBay.rb', line 8968 def pagination @pagination end |
#sKUArray ⇒ Object
Returns the value of attribute sKUArray.
8971 8972 8973 |
# File 'lib/eBay.rb', line 8971 def sKUArray @sKUArray end |
#version ⇒ Object
Returns the value of attribute version.
8961 8962 8963 |
# File 'lib/eBay.rb', line 8961 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
8964 8965 8966 |
# File 'lib/eBay.rb', line 8964 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
8973 8974 8975 |
# File 'lib/eBay.rb', line 8973 def set_any(elements) @__xmlele_any = elements end |