Class: GetItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemResponseType

Constant Summary collapse

@@schema_type =
"GetItemResponseType"
@@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")]],
["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")]],
["item", ["ItemType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Item")]]]

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, notificationSignature = nil, hardExpirationWarning = nil, item = nil) ⇒ GetItemResponseType

Returns a new instance of GetItemResponseType.



3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
# File 'lib/eBay.rb', line 3736

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, item = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @item = item
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3729
3730
3731
# File 'lib/eBay.rb', line 3729

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



3718
3719
3720
# File 'lib/eBay.rb', line 3718

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



3723
3724
3725
# File 'lib/eBay.rb', line 3723

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



3719
3720
3721
# File 'lib/eBay.rb', line 3719

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



3725
3726
3727
# File 'lib/eBay.rb', line 3725

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



3720
3721
3722
# File 'lib/eBay.rb', line 3720

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



3728
3729
3730
# File 'lib/eBay.rb', line 3728

def hardExpirationWarning
  @hardExpirationWarning
end

#itemObject

Returns the value of attribute item.



3730
3731
3732
# File 'lib/eBay.rb', line 3730

def item
  @item
end

#messageObject

Returns the value of attribute message.



3721
3722
3723
# File 'lib/eBay.rb', line 3721

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



3724
3725
3726
# File 'lib/eBay.rb', line 3724

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



3727
3728
3729
# File 'lib/eBay.rb', line 3727

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



3726
3727
3728
# File 'lib/eBay.rb', line 3726

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



3717
3718
3719
# File 'lib/eBay.rb', line 3717

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



3722
3723
3724
# File 'lib/eBay.rb', line 3722

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3732
3733
3734
# File 'lib/eBay.rb', line 3732

def set_any(elements)
  @__xmlele_any = elements
end