Class: GetStoreResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreResponseType

Constant Summary collapse

@@schema_type =
"GetStoreResponseType"
@@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")]],
  ["store", ["StoreType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Store")]]
]

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, store = nil) ⇒ GetStoreResponseType

Returns a new instance of GetStoreResponseType.



8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
# File 'lib/eBay.rb', line 8099

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8092
8093
8094
# File 'lib/eBay.rb', line 8092

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8081
8082
8083
# File 'lib/eBay.rb', line 8081

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



8086
8087
8088
# File 'lib/eBay.rb', line 8086

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8082
8083
8084
# File 'lib/eBay.rb', line 8082

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8088
8089
8090
# File 'lib/eBay.rb', line 8088

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



8083
8084
8085
# File 'lib/eBay.rb', line 8083

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8091
8092
8093
# File 'lib/eBay.rb', line 8091

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8084
8085
8086
# File 'lib/eBay.rb', line 8084

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8087
8088
8089
# File 'lib/eBay.rb', line 8087

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8090
8091
8092
# File 'lib/eBay.rb', line 8090

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8089
8090
8091
# File 'lib/eBay.rb', line 8089

def recipientUserID
  @recipientUserID
end

#storeObject

Returns the value of attribute store.



8093
8094
8095
# File 'lib/eBay.rb', line 8093

def store
  @store
end

#timestampObject

Returns the value of attribute timestamp.



8080
8081
8082
# File 'lib/eBay.rb', line 8080

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8085
8086
8087
# File 'lib/eBay.rb', line 8085

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8095
8096
8097
# File 'lib/eBay.rb', line 8095

def set_any(elements)
  @__xmlele_any = elements
end