Class: EBay::PlaceOfferResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsPlaceOfferResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
sellingStatus - EBay::SellingStatusType
transactionID - SOAP::SOAPString
bestOffer - EBay::BestOfferType
orderLineItemID - SOAP::SOAPString

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

Returns a new instance of PlaceOfferResponseType.



16648
16649
16650
16651
16652
16653
16654
16655
16656
16657
16658
16659
16660
16661
16662
16663
16664
16665
16666
16667
16668
16669
# File 'lib/eBay.rb', line 16648

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16638
16639
16640
# File 'lib/eBay.rb', line 16638

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



16624
16625
16626
# File 'lib/eBay.rb', line 16624

def ack
  @ack
end

#bestOfferObject

Returns the value of attribute bestOffer.



16641
16642
16643
# File 'lib/eBay.rb', line 16641

def bestOffer
  @bestOffer
end

#botBlockObject

Returns the value of attribute botBlock.



16636
16637
16638
# File 'lib/eBay.rb', line 16636

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



16629
16630
16631
# File 'lib/eBay.rb', line 16629

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



16625
16626
16627
# File 'lib/eBay.rb', line 16625

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



16631
16632
16633
# File 'lib/eBay.rb', line 16631

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



16633
16634
16635
# File 'lib/eBay.rb', line 16633

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



16626
16627
16628
# File 'lib/eBay.rb', line 16626

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



16637
16638
16639
# File 'lib/eBay.rb', line 16637

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



16635
16636
16637
# File 'lib/eBay.rb', line 16635

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



16627
16628
16629
# File 'lib/eBay.rb', line 16627

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



16630
16631
16632
# File 'lib/eBay.rb', line 16630

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



16634
16635
16636
# File 'lib/eBay.rb', line 16634

def notificationSignature
  @notificationSignature
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



16642
16643
16644
# File 'lib/eBay.rb', line 16642

def orderLineItemID
  @orderLineItemID
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



16632
16633
16634
# File 'lib/eBay.rb', line 16632

def recipientUserID
  @recipientUserID
end

#sellingStatusObject

Returns the value of attribute sellingStatus.



16639
16640
16641
# File 'lib/eBay.rb', line 16639

def sellingStatus
  @sellingStatus
end

#timestampObject

Returns the value of attribute timestamp.



16623
16624
16625
# File 'lib/eBay.rb', line 16623

def timestamp
  @timestamp
end

#transactionIDObject

Returns the value of attribute transactionID.



16640
16641
16642
# File 'lib/eBay.rb', line 16640

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



16628
16629
16630
# File 'lib/eBay.rb', line 16628

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



16644
16645
16646
# File 'lib/eBay.rb', line 16644

def set_any(elements)
  @__xmlele_any = elements
end