Class: CompleteSaleRequestType
- Inherits:
-
Object
- Object
- CompleteSaleRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCompleteSaleRequestType
Constant Summary collapse
- @@schema_type =
"CompleteSaleRequestType"- @@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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]], ["feedbackInfo", ["FeedbackInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackInfo")]], ["shipped", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Shipped")]], ["paid", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Paid")]]]
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.
-
#feedbackInfo ⇒ Object
Returns the value of attribute feedbackInfo.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#paid ⇒ Object
Returns the value of attribute paid.
-
#shipped ⇒ Object
Returns the value of attribute shipped.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil) ⇒ CompleteSaleRequestType
constructor
A new instance of CompleteSaleRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil) ⇒ CompleteSaleRequestType
Returns a new instance of CompleteSaleRequestType.
980 981 982 983 984 985 986 987 988 989 990 991 992 993 |
# File 'lib/eBay.rb', line 980 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @__xmlele_any = nil @itemID = itemID @transactionID = transactionID @feedbackInfo = feedbackInfo @shipped = shipped @paid = paid end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
969 970 971 |
# File 'lib/eBay.rb', line 969 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
963 964 965 |
# File 'lib/eBay.rb', line 963 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
967 968 969 |
# File 'lib/eBay.rb', line 967 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
964 965 966 |
# File 'lib/eBay.rb', line 964 def errorLanguage @errorLanguage end |
#feedbackInfo ⇒ Object
Returns the value of attribute feedbackInfo.
972 973 974 |
# File 'lib/eBay.rb', line 972 def feedbackInfo @feedbackInfo end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
968 969 970 |
# File 'lib/eBay.rb', line 968 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
970 971 972 |
# File 'lib/eBay.rb', line 970 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
965 966 967 |
# File 'lib/eBay.rb', line 965 def @messageID end |
#paid ⇒ Object
Returns the value of attribute paid.
974 975 976 |
# File 'lib/eBay.rb', line 974 def paid @paid end |
#shipped ⇒ Object
Returns the value of attribute shipped.
973 974 975 |
# File 'lib/eBay.rb', line 973 def shipped @shipped end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
971 972 973 |
# File 'lib/eBay.rb', line 971 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
966 967 968 |
# File 'lib/eBay.rb', line 966 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
976 977 978 |
# File 'lib/eBay.rb', line 976 def set_any(elements) @__xmlele_any = elements end |