Class: ReviseItemResponseType
- Inherits:
-
Object
- Object
- ReviseItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsReviseItemResponseType
Constant Summary collapse
- @@schema_type =
"ReviseItemResponseType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["startTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartTime")]], ["endTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTime")]], ["fees", ["FeesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Fees")]], ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]], ["category2ID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Category2ID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#category2ID ⇒ Object
Returns the value of attribute category2ID.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil) ⇒ ReviseItemResponseType
constructor
A new instance of ReviseItemResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil) ⇒ ReviseItemResponseType
Returns a new instance of ReviseItemResponseType.
11974 11975 11976 11977 11978 11979 11980 11981 11982 11983 11984 11985 11986 11987 11988 11989 11990 11991 11992 11993 11994 11995 |
# File 'lib/eBay.rb', line 11974 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @itemID = itemID @startTime = startTime @endTime = endTime @fees = fees @categoryID = categoryID @category2ID = category2ID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11962 11963 11964 |
# File 'lib/eBay.rb', line 11962 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11950 11951 11952 |
# File 'lib/eBay.rb', line 11950 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
11955 11956 11957 |
# File 'lib/eBay.rb', line 11955 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
11968 11969 11970 |
# File 'lib/eBay.rb', line 11968 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
11967 11968 11969 |
# File 'lib/eBay.rb', line 11967 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11951 11952 11953 |
# File 'lib/eBay.rb', line 11951 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11957 11958 11959 |
# File 'lib/eBay.rb', line 11957 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11959 11960 11961 |
# File 'lib/eBay.rb', line 11959 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
11965 11966 11967 |
# File 'lib/eBay.rb', line 11965 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
11952 11953 11954 |
# File 'lib/eBay.rb', line 11952 def errors @errors end |
#fees ⇒ Object
Returns the value of attribute fees.
11966 11967 11968 |
# File 'lib/eBay.rb', line 11966 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11961 11962 11963 |
# File 'lib/eBay.rb', line 11961 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
11963 11964 11965 |
# File 'lib/eBay.rb', line 11963 def itemID @itemID end |
#message ⇒ Object
Returns the value of attribute message.
11953 11954 11955 |
# File 'lib/eBay.rb', line 11953 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11956 11957 11958 |
# File 'lib/eBay.rb', line 11956 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11960 11961 11962 |
# File 'lib/eBay.rb', line 11960 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11958 11959 11960 |
# File 'lib/eBay.rb', line 11958 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
11964 11965 11966 |
# File 'lib/eBay.rb', line 11964 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11949 11950 11951 |
# File 'lib/eBay.rb', line 11949 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
11954 11955 11956 |
# File 'lib/eBay.rb', line 11954 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
11970 11971 11972 |
# File 'lib/eBay.rb', line 11970 def set_any(elements) @__xmlele_any = elements end |