Class: SetStoreCustomPageResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreCustomPageResponseType

Constant Summary collapse

@@schema_type =
"SetStoreCustomPageResponseType"
@@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")]],
  ["customPage", ["StoreCustomPageType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CustomPage")]]
]

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, customPage = nil) ⇒ SetStoreCustomPageResponseType

Returns a new instance of SetStoreCustomPageResponseType.



11985
11986
11987
11988
11989
11990
11991
11992
11993
11994
11995
11996
11997
11998
11999
12000
# File 'lib/eBay.rb', line 11985

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11978
11979
11980
# File 'lib/eBay.rb', line 11978

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11967
11968
11969
# File 'lib/eBay.rb', line 11967

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



11972
11973
11974
# File 'lib/eBay.rb', line 11972

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11968
11969
11970
# File 'lib/eBay.rb', line 11968

def correlationID
  @correlationID
end

#customPageObject

Returns the value of attribute customPage.



11979
11980
11981
# File 'lib/eBay.rb', line 11979

def customPage
  @customPage
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11974
11975
11976
# File 'lib/eBay.rb', line 11974

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



11969
11970
11971
# File 'lib/eBay.rb', line 11969

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11977
11978
11979
# File 'lib/eBay.rb', line 11977

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11970
11971
11972
# File 'lib/eBay.rb', line 11970

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11973
11974
11975
# File 'lib/eBay.rb', line 11973

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11976
11977
11978
# File 'lib/eBay.rb', line 11976

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11975
11976
11977
# File 'lib/eBay.rb', line 11975

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11966
11967
11968
# File 'lib/eBay.rb', line 11966

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11971
11972
11973
# File 'lib/eBay.rb', line 11971

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11981
11982
11983
# File 'lib/eBay.rb', line 11981

def set_any(elements)
  @__xmlele_any = elements
end