Class: GetItemResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetItemResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
item - ItemType

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

Returns a new instance of GetItemResponseType.



9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
# File 'lib/eBay.rb', line 9986

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, botBlock = nil, item = 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
  @botBlock = botBlock
  @__xmlele_any = nil
  @item = item
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9979
9980
9981
# File 'lib/eBay.rb', line 9979

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9966
9967
9968
# File 'lib/eBay.rb', line 9966

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9978
9979
9980
# File 'lib/eBay.rb', line 9978

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9971
9972
9973
# File 'lib/eBay.rb', line 9971

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9967
9968
9969
# File 'lib/eBay.rb', line 9967

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9973
9974
9975
# File 'lib/eBay.rb', line 9973

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9975
9976
9977
# File 'lib/eBay.rb', line 9975

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9968
9969
9970
# File 'lib/eBay.rb', line 9968

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9977
9978
9979
# File 'lib/eBay.rb', line 9977

def hardExpirationWarning
  @hardExpirationWarning
end

#itemObject

Returns the value of attribute item.



9980
9981
9982
# File 'lib/eBay.rb', line 9980

def item
  @item
end

#messageObject

Returns the value of attribute message.



9969
9970
9971
# File 'lib/eBay.rb', line 9969

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9972
9973
9974
# File 'lib/eBay.rb', line 9972

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9976
9977
9978
# File 'lib/eBay.rb', line 9976

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9974
9975
9976
# File 'lib/eBay.rb', line 9974

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9965
9966
9967
# File 'lib/eBay.rb', line 9965

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9970
9971
9972
# File 'lib/eBay.rb', line 9970

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9982
9983
9984
# File 'lib/eBay.rb', line 9982

def set_any(elements)
  @__xmlele_any = elements
end