Class: SetShippingDiscountProfilesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetShippingDiscountProfilesResponseType

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

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) ⇒ SetShippingDiscountProfilesResponseType

Returns a new instance of SetShippingDiscountProfilesResponseType.



14915
14916
14917
14918
14919
14920
14921
14922
14923
14924
14925
14926
14927
14928
14929
14930
14931
# File 'lib/eBay.rb', line 14915

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14909
14910
14911
# File 'lib/eBay.rb', line 14909

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14896
14897
14898
# File 'lib/eBay.rb', line 14896

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14908
14909
14910
# File 'lib/eBay.rb', line 14908

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14901
14902
14903
# File 'lib/eBay.rb', line 14901

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14897
14898
14899
# File 'lib/eBay.rb', line 14897

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14903
14904
14905
# File 'lib/eBay.rb', line 14903

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14905
14906
14907
# File 'lib/eBay.rb', line 14905

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14898
14899
14900
# File 'lib/eBay.rb', line 14898

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14907
14908
14909
# File 'lib/eBay.rb', line 14907

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14899
14900
14901
# File 'lib/eBay.rb', line 14899

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14902
14903
14904
# File 'lib/eBay.rb', line 14902

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14906
14907
14908
# File 'lib/eBay.rb', line 14906

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14904
14905
14906
# File 'lib/eBay.rb', line 14904

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14895
14896
14897
# File 'lib/eBay.rb', line 14895

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14900
14901
14902
# File 'lib/eBay.rb', line 14900

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14911
14912
14913
# File 'lib/eBay.rb', line 14911

def set_any(elements)
  @__xmlele_any = elements
end