Class: SetStorePreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStorePreferencesResponseType

Constant Summary collapse

@@schema_type =
"SetStorePreferencesResponseType"
@@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")]],
["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, notificationSignature = nil, hardExpirationWarning = nil) ⇒ SetStorePreferencesResponseType

Returns a new instance of SetStorePreferencesResponseType.



10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'lib/eBay.rb', line 10739

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = 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
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10733
10734
10735
# File 'lib/eBay.rb', line 10733

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10722
10723
10724
# File 'lib/eBay.rb', line 10722

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



10727
10728
10729
# File 'lib/eBay.rb', line 10727

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10723
10724
10725
# File 'lib/eBay.rb', line 10723

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10729
10730
10731
# File 'lib/eBay.rb', line 10729

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



10724
10725
10726
# File 'lib/eBay.rb', line 10724

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10732
10733
10734
# File 'lib/eBay.rb', line 10732

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10725
10726
10727
# File 'lib/eBay.rb', line 10725

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10728
10729
10730
# File 'lib/eBay.rb', line 10728

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10731
10732
10733
# File 'lib/eBay.rb', line 10731

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10730
10731
10732
# File 'lib/eBay.rb', line 10730

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10721
10722
10723
# File 'lib/eBay.rb', line 10721

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10726
10727
10728
# File 'lib/eBay.rb', line 10726

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10735
10736
10737
# File 'lib/eBay.rb', line 10735

def set_any(elements)
  @__xmlele_any = elements
end