Class: PlaceOfferResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsPlaceOfferResponseType

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
sellingStatus - SellingStatusType
transactionID - SOAP::SOAPString
bestOffer - BestOfferType

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, sellingStatus = nil, transactionID = nil, bestOffer = nil) ⇒ PlaceOfferResponseType

Returns a new instance of PlaceOfferResponseType.



13743
13744
13745
13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
13757
13758
13759
13760
13761
13762
# File 'lib/eBay.rb', line 13743

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, sellingStatus = nil, transactionID = nil, bestOffer = 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
  @sellingStatus = sellingStatus
  @transactionID = transactionID
  @bestOffer = bestOffer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13734
13735
13736
# File 'lib/eBay.rb', line 13734

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13721
13722
13723
# File 'lib/eBay.rb', line 13721

def ack
  @ack
end

#bestOfferObject

Returns the value of attribute bestOffer.



13737
13738
13739
# File 'lib/eBay.rb', line 13737

def bestOffer
  @bestOffer
end

#botBlockObject

Returns the value of attribute botBlock.



13733
13734
13735
# File 'lib/eBay.rb', line 13733

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13726
13727
13728
# File 'lib/eBay.rb', line 13726

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13722
13723
13724
# File 'lib/eBay.rb', line 13722

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13728
13729
13730
# File 'lib/eBay.rb', line 13728

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13730
13731
13732
# File 'lib/eBay.rb', line 13730

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13723
13724
13725
# File 'lib/eBay.rb', line 13723

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13732
13733
13734
# File 'lib/eBay.rb', line 13732

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13724
13725
13726
# File 'lib/eBay.rb', line 13724

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13727
13728
13729
# File 'lib/eBay.rb', line 13727

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13731
13732
13733
# File 'lib/eBay.rb', line 13731

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13729
13730
13731
# File 'lib/eBay.rb', line 13729

def recipientUserID
  @recipientUserID
end

#sellingStatusObject

Returns the value of attribute sellingStatus.



13735
13736
13737
# File 'lib/eBay.rb', line 13735

def sellingStatus
  @sellingStatus
end

#timestampObject

Returns the value of attribute timestamp.



13720
13721
13722
# File 'lib/eBay.rb', line 13720

def timestamp
  @timestamp
end

#transactionIDObject

Returns the value of attribute transactionID.



13736
13737
13738
# File 'lib/eBay.rb', line 13736

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



13725
13726
13727
# File 'lib/eBay.rb', line 13725

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13739
13740
13741
# File 'lib/eBay.rb', line 13739

def set_any(elements)
  @__xmlele_any = elements
end