Class: EBay::GetSellingManagerSaleRecordResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerSaleRecordResponseType

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
sellingManagerSoldOrder - EBay::SellingManagerSoldOrderType

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, sellingManagerSoldOrder = nil) ⇒ GetSellingManagerSaleRecordResponseType

Returns a new instance of GetSellingManagerSaleRecordResponseType.



14749
14750
14751
14752
14753
14754
14755
14756
14757
14758
14759
14760
14761
14762
14763
14764
14765
14766
14767
# File 'lib/eBay.rb', line 14749

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, sellingManagerSoldOrder = 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
  @sellingManagerSoldOrder = sellingManagerSoldOrder
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14742
14743
14744
# File 'lib/eBay.rb', line 14742

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14728
14729
14730
# File 'lib/eBay.rb', line 14728

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14740
14741
14742
# File 'lib/eBay.rb', line 14740

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14733
14734
14735
# File 'lib/eBay.rb', line 14733

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14729
14730
14731
# File 'lib/eBay.rb', line 14729

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14735
14736
14737
# File 'lib/eBay.rb', line 14735

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14737
14738
14739
# File 'lib/eBay.rb', line 14737

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14730
14731
14732
# File 'lib/eBay.rb', line 14730

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14741
14742
14743
# File 'lib/eBay.rb', line 14741

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14739
14740
14741
# File 'lib/eBay.rb', line 14739

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14731
14732
14733
# File 'lib/eBay.rb', line 14731

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14734
14735
14736
# File 'lib/eBay.rb', line 14734

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14738
14739
14740
# File 'lib/eBay.rb', line 14738

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14736
14737
14738
# File 'lib/eBay.rb', line 14736

def recipientUserID
  @recipientUserID
end

#sellingManagerSoldOrderObject

Returns the value of attribute sellingManagerSoldOrder.



14743
14744
14745
# File 'lib/eBay.rb', line 14743

def sellingManagerSoldOrder
  @sellingManagerSoldOrder
end

#timestampObject

Returns the value of attribute timestamp.



14727
14728
14729
# File 'lib/eBay.rb', line 14727

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14732
14733
14734
# File 'lib/eBay.rb', line 14732

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14745
14746
14747
# File 'lib/eBay.rb', line 14745

def set_any(elements)
  @__xmlele_any = elements
end