Class: EBay::GetStoreCustomPageResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetStoreCustomPageResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetStoreCustomPageResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
customPageArray - EBay::StoreCustomPageArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#customPageArray ⇒ Object
Returns the value of attribute customPageArray.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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, externalUserData = nil, customPageArray = nil) ⇒ GetStoreCustomPageResponseType
constructor
A new instance of GetStoreCustomPageResponseType.
- #set_any(elements) ⇒ Object
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, externalUserData = nil, customPageArray = nil) ⇒ GetStoreCustomPageResponseType
Returns a new instance of GetStoreCustomPageResponseType.
15273 15274 15275 15276 15277 15278 15279 15280 15281 15282 15283 15284 15285 15286 15287 15288 15289 15290 15291 |
# File 'lib/eBay.rb', line 15273 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, customPageArray = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @customPageArray = customPageArray end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15266 15267 15268 |
# File 'lib/eBay.rb', line 15266 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
15252 15253 15254 |
# File 'lib/eBay.rb', line 15252 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
15264 15265 15266 |
# File 'lib/eBay.rb', line 15264 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
15257 15258 15259 |
# File 'lib/eBay.rb', line 15257 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
15253 15254 15255 |
# File 'lib/eBay.rb', line 15253 def correlationID @correlationID end |
#customPageArray ⇒ Object
Returns the value of attribute customPageArray.
15267 15268 15269 |
# File 'lib/eBay.rb', line 15267 def customPageArray @customPageArray end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
15259 15260 15261 |
# File 'lib/eBay.rb', line 15259 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
15261 15262 15263 |
# File 'lib/eBay.rb', line 15261 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
15254 15255 15256 |
# File 'lib/eBay.rb', line 15254 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
15265 15266 15267 |
# File 'lib/eBay.rb', line 15265 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
15263 15264 15265 |
# File 'lib/eBay.rb', line 15263 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
15255 15256 15257 |
# File 'lib/eBay.rb', line 15255 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
15258 15259 15260 |
# File 'lib/eBay.rb', line 15258 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
15262 15263 15264 |
# File 'lib/eBay.rb', line 15262 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
15260 15261 15262 |
# File 'lib/eBay.rb', line 15260 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
15251 15252 15253 |
# File 'lib/eBay.rb', line 15251 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
15256 15257 15258 |
# File 'lib/eBay.rb', line 15256 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
15269 15270 15271 |
# File 'lib/eBay.rb', line 15269 def set_any(elements) @__xmlele_any = elements end |