Class: ReviseItemResponseType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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(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)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11962
11963
11964
# File 'lib/eBay.rb', line 11962

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11950
11951
11952
# File 'lib/eBay.rb', line 11950

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



11955
11956
11957
# File 'lib/eBay.rb', line 11955

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



11968
11969
11970
# File 'lib/eBay.rb', line 11968

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



11967
11968
11969
# File 'lib/eBay.rb', line 11967

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



11951
11952
11953
# File 'lib/eBay.rb', line 11951

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11957
11958
11959
# File 'lib/eBay.rb', line 11957

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11959
11960
11961
# File 'lib/eBay.rb', line 11959

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



11965
11966
11967
# File 'lib/eBay.rb', line 11965

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



11952
11953
11954
# File 'lib/eBay.rb', line 11952

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



11966
11967
11968
# File 'lib/eBay.rb', line 11966

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11961
11962
11963
# File 'lib/eBay.rb', line 11961

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



11963
11964
11965
# File 'lib/eBay.rb', line 11963

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



11953
11954
11955
# File 'lib/eBay.rb', line 11953

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11956
11957
11958
# File 'lib/eBay.rb', line 11956

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11960
11961
11962
# File 'lib/eBay.rb', line 11960

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11958
11959
11960
# File 'lib/eBay.rb', line 11958

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



11964
11965
11966
# File 'lib/eBay.rb', line 11964

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



11949
11950
11951
# File 'lib/eBay.rb', line 11949

def timestamp
  @timestamp
end

#versionObject

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