Class: SetPromotionRulesResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetPromotionRulesResponseType

Constant Summary collapse

@@schema_type =
"SetPromotionRulesResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

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

Returns a new instance of SetPromotionRulesResponseType.



12875
12876
12877
12878
12879
12880
12881
12882
12883
12884
12885
12886
12887
12888
12889
12890
# File 'lib/eBay.rb', line 12875

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)
  @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
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12869
12870
12871
# File 'lib/eBay.rb', line 12869

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12857
12858
12859
# File 'lib/eBay.rb', line 12857

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



12862
12863
12864
# File 'lib/eBay.rb', line 12862

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12858
12859
12860
# File 'lib/eBay.rb', line 12858

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12864
12865
12866
# File 'lib/eBay.rb', line 12864

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12866
12867
12868
# File 'lib/eBay.rb', line 12866

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12859
12860
12861
# File 'lib/eBay.rb', line 12859

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12868
12869
12870
# File 'lib/eBay.rb', line 12868

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12860
12861
12862
# File 'lib/eBay.rb', line 12860

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12863
12864
12865
# File 'lib/eBay.rb', line 12863

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12867
12868
12869
# File 'lib/eBay.rb', line 12867

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12865
12866
12867
# File 'lib/eBay.rb', line 12865

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12856
12857
12858
# File 'lib/eBay.rb', line 12856

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12861
12862
12863
# File 'lib/eBay.rb', line 12861

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12871
12872
12873
# File 'lib/eBay.rb', line 12871

def set_any(elements)
  @__xmlele_any = elements
end