Class: VerifyAddItemResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddItemResponseType

Constant Summary collapse

@@schema_type =
"VerifyAddItemResponseType"
@@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")]],
  ["fees", ["FeesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Fees")]],
  ["expressListing", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpressListing")]],
  ["expressItemRequirements", ["ExpressItemRequirementsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpressItemRequirements")]],
  ["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, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil) ⇒ VerifyAddItemResponseType

Returns a new instance of VerifyAddItemResponseType.



14079
14080
14081
14082
14083
14084
14085
14086
14087
14088
14089
14090
14091
14092
14093
14094
14095
14096
14097
14098
14099
14100
# File 'lib/eBay.rb', line 14079

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, fees = nil, expressListing = nil, expressItemRequirements = 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
  @fees = fees
  @expressListing = expressListing
  @expressItemRequirements = expressItemRequirements
  @categoryID = categoryID
  @category2ID = category2ID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14067
14068
14069
# File 'lib/eBay.rb', line 14067

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14055
14056
14057
# File 'lib/eBay.rb', line 14055

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



14060
14061
14062
# File 'lib/eBay.rb', line 14060

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



14073
14074
14075
# File 'lib/eBay.rb', line 14073

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



14072
14073
14074
# File 'lib/eBay.rb', line 14072

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



14056
14057
14058
# File 'lib/eBay.rb', line 14056

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14062
14063
14064
# File 'lib/eBay.rb', line 14062

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14064
14065
14066
# File 'lib/eBay.rb', line 14064

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14057
14058
14059
# File 'lib/eBay.rb', line 14057

def errors
  @errors
end

#expressItemRequirementsObject

Returns the value of attribute expressItemRequirements.



14071
14072
14073
# File 'lib/eBay.rb', line 14071

def expressItemRequirements
  @expressItemRequirements
end

#expressListingObject

Returns the value of attribute expressListing.



14070
14071
14072
# File 'lib/eBay.rb', line 14070

def expressListing
  @expressListing
end

#feesObject

Returns the value of attribute fees.



14069
14070
14071
# File 'lib/eBay.rb', line 14069

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14066
14067
14068
# File 'lib/eBay.rb', line 14066

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



14068
14069
14070
# File 'lib/eBay.rb', line 14068

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



14058
14059
14060
# File 'lib/eBay.rb', line 14058

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14061
14062
14063
# File 'lib/eBay.rb', line 14061

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14065
14066
14067
# File 'lib/eBay.rb', line 14065

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14063
14064
14065
# File 'lib/eBay.rb', line 14063

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14054
14055
14056
# File 'lib/eBay.rb', line 14054

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14059
14060
14061
# File 'lib/eBay.rb', line 14059

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14075
14076
14077
# File 'lib/eBay.rb', line 14075

def set_any(elements)
  @__xmlele_any = elements
end